Skip to content

Commit 36e0958

Browse files
committed
Use doWithState
1 parent 622d192 commit 36e0958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usvm-ts/src/main/kotlin/org/usvm/machine/TsContext.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class TsContext(
7575

7676
val ref = createFakeObjectRef()
7777

78-
scope.calcOnState {
78+
scope.doWithState {
7979
when (sort) {
8080
boolSort -> {
8181
val lvalue = getIntermediateBoolLValue(ref.address)

0 commit comments

Comments
 (0)