mirror of
https://github.com/janet-lang/janet
synced 2025-11-08 03:23:01 +00:00
Merge branch 'master' of git+ssh://eng-grid.bu.edu/home/calsrose/code/interp
This commit is contained in:
@@ -127,10 +127,11 @@ struct VM {
|
||||
uint16_t * pc;
|
||||
Array * thread;
|
||||
Value * base;
|
||||
Value root; /* Global state - prevents GC cleanup */
|
||||
/* Return state */
|
||||
const char * error;
|
||||
jmp_buf jump;
|
||||
Value tempRoot; /* Temporary GC root */
|
||||
Value ret; /* Returned value from VMStart */
|
||||
};
|
||||
|
||||
/* Parsing */
|
||||
|
||||
Reference in New Issue
Block a user