We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e0958 commit 15e0823Copy full SHA for 15e0823
usvm-ts/src/main/kotlin/org/usvm/machine/TsContext.kt
@@ -91,8 +91,8 @@ class TsContext(
91
92
addressSort -> {
93
val lValue = getIntermediateRefLValue(ref.address)
94
- memory.types.allocate(ref.address, FakeType.fromRef(this@TsContext))
95
memory.write(lValue, this@toFakeObject.asExpr(addressSort), guard = trueExpr)
+ memory.types.allocate(ref.address, FakeType.fromRef(this@TsContext))
96
}
97
98
else -> TODO("Not yet supported")
0 commit comments