Skip to content

Commit 2103d0a

Browse files
committed
fixup! byte_extract lowering: also use a lower bound
1 parent 700ba19 commit 2103d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/lowering/byte_operators.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Author: Daniel Kroening, [email protected]
2121
static exprt unpack_rec(
2222
const exprt &src,
2323
bool little_endian,
24-
const exprt &offset,
24+
const exprt &offset_bytes,
2525
const exprt &max_bytes,
2626
const namespacet &ns,
2727
bool unpack_byte_array = false);

0 commit comments

Comments
 (0)