Get vm compiling as C++.

This commit is contained in:
Bob Nystrom
2015-01-15 16:02:38 -08:00
parent 08263e3676
commit 89a6ed9687
2 changed files with 6 additions and 3 deletions
+3
View File
@@ -51,6 +51,9 @@ typedef enum
CODE_LOAD_LOCAL_7,
CODE_LOAD_LOCAL_8,
// Note: The compiler assumes the following _STORE instructions always
// immediately follow their corresponding _LOAD ones.
// Pushes the value in local slot [arg].
CODE_LOAD_LOCAL,