Skip to content

Commit 15e0823

Browse files
committed
Reorder to unify
1 parent 36e0958 commit 15e0823

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
@@ -91,8 +91,8 @@ class TsContext(
9191

9292
addressSort -> {
9393
val lValue = getIntermediateRefLValue(ref.address)
94-
memory.types.allocate(ref.address, FakeType.fromRef(this@TsContext))
9594
memory.write(lValue, this@toFakeObject.asExpr(addressSort), guard = trueExpr)
95+
memory.types.allocate(ref.address, FakeType.fromRef(this@TsContext))
9696
}
9797

9898
else -> TODO("Not yet supported")

0 commit comments

Comments
 (0)