diff options
Diffstat (limited to 'bytecode/encoding.h')
| -rw-r--r-- | bytecode/encoding.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecode/encoding.h b/bytecode/encoding.h index 49357f6..fed187b 100644 --- a/bytecode/encoding.h +++ b/bytecode/encoding.h @@ -9,6 +9,8 @@ typedef uint8_t local; +#define NUM_LOCALS 8 + // An arg can be a value or a constant. struct arg { local local; |
