more tests for the runtime

This commit is contained in:
Francesco Cozzuto
2023-01-23 01:06:29 +01:00
parent 1780826a97
commit f7a2cb0611
48 changed files with 597 additions and 14 deletions
+1 -1
View File
@@ -884,7 +884,7 @@ static _Bool runInstruction(Runtime *runtime, Error *error)
return Runtime_Push(runtime, error, obj);
}
case OPCODE_PUSHFLT:
{
ASSERT(opc == 1);