Skip to content

Commit fe16fa1

Browse files
committed
fix mistake in rebase conflict
1 parent c89dc67 commit fe16fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kani-compiler/src/codegen_cprover_gotoc/codegen/intrinsic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ impl<'tcx> GotocCtx<'tcx> {
523523
"pref_align_of" => codegen_intrinsic_const!(),
524524
"ptr_guaranteed_eq" => codegen_ptr_guaranteed_cmp!(eq),
525525
"ptr_guaranteed_ne" => codegen_ptr_guaranteed_cmp!(neq),
526-
"ptr_offset_from" => self.codegen_ptr_offset_from(instance, intrinsic, fargs, p),
526+
"ptr_offset_from" => self.codegen_ptr_offset_from(instance, fargs, p, loc),
527527
"raw_eq" => self.codegen_intrinsic_raw_eq(instance, fargs, p, loc),
528528
"rintf32" => codegen_unimplemented_intrinsic!(
529529
"https://github.com/model-checking/kani/issues/1025"

0 commit comments

Comments
 (0)