aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm.h b/vm.h
index 3f1f66b985..b9d52b41d4 100644
--- a/vm.h
+++ b/vm.h
@@ -264,9 +264,9 @@ default: \
/* VM state version */
-#define GET_VM_STATE_VERSION() (yarvGlobalStateVersion)
+#define GET_VM_STATE_VERSION() (vm_global_state_version)
#define INC_VM_STATE_VERSION() \
- (yarvGlobalStateVersion = (yarvGlobalStateVersion+1) & 0x8fffffff)
+ (vm_global_state_version = (vm_global_state_version+1) & 0x8fffffff)
#define BOP_PLUS 0x01
#define BOP_MINUS 0x02