Fix error message
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user