Skip to content

Commit 0dfa882

Browse files
committed
ASTI: fix typing
1 parent 220b461 commit 0dfa882

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chb/app/CHVersion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
chbversion: str = "0.3.0-20241010"
1+
chbversion: str = "0.3.0-20241014"

chb/invariants/XXprUtil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def memory_variable_to_lval_expression(
390390
vinfo, astoffset, anonymous=anonymous)
391391

392392
elif offset.is_array_index_offset:
393-
offset = cast("VMemoryArrayIndexOffset", offset)
393+
offset = cast("VMemoryOffsetArrayIndexOffset", offset)
394394
index = offset.index_expression
395395
astindex = xxpr_to_ast_def_expr(
396396
index, xdata, iaddr, astree, anonymous=anonymous)

0 commit comments

Comments
 (0)