1
0

Fix error message

This commit is contained in:
otya128
2016-12-21 23:36:41 +09:00
parent da4942dbcb
commit 1ebf792393

View File

@@ -173,7 +173,7 @@ class VM
setCurrentSlot(value.internalAddress.slot); setCurrentSlot(value.internalAddress.slot);
return; return;
} }
assert(false, "internal error, compiler bug?"); assert(false, format("internal error, compiler bug?(%s)", value));
} }
void pushpc() void pushpc()
{ {