mirror of
https://github.com/CPunch/Cosmo.git
synced 2026-01-03 06:00:43 +00:00
Fixed table iteration bug, added vm.globals to debug lib
This commit is contained in:
@@ -47,7 +47,7 @@ typedef struct CState {
|
||||
|
||||
CObjUpval *openUpvalues; // tracks all of our still open (meaning still on the stack) upvalues
|
||||
CTable strings;
|
||||
CTable globals;
|
||||
CObjTable *globals;
|
||||
|
||||
CValue *top; // top of the stack
|
||||
CObjObject *protoObjects[COBJ_MAX]; // proto object for each COBJ type [NULL = no default proto]
|
||||
|
||||
Reference in New Issue
Block a user