We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc564dd + 64fce85 commit dbab6e9Copy full SHA for dbab6e9
heapster-saw/src/Verifier/SAW/Heapster/Permissions.hs
@@ -4575,7 +4575,7 @@ permForLLVMArrayBorrow ap (FieldBorrow cell) =
4575
ValPerm_LLVMBlock $ llvmArrayCellPerm ap cell
4576
permForLLVMArrayBorrow ap (RangeBorrow (BVRange off len)) =
4577
ValPerm_Conj1 $ Perm_LLVMArray $
4578
- ap { llvmArrayOffset = llvmArrayCellToOffset ap off,
+ ap { llvmArrayOffset = llvmArrayCellToAbsOffset ap off,
4579
llvmArrayLen = len,
4580
llvmArrayBorrows = [] }
4581
0 commit comments