fixed Makefile and tests, wrapped interpreter and opcodes

This commit is contained in:
e.gavrin
2014-07-04 21:34:44 +04:00
parent 7759e4b99f
commit aace544c55
7 changed files with 170 additions and 112 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ main (int argc, char **argv)
//gen_bytecode (generated_source);
gen_bytecode (file);
run_int ();
// run_int ();
#ifdef __TARGET_MCU
fake_exit ();