aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/vm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode/vm.h')
-rwxr-xr-xsrc/bytecode/vm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bytecode/vm.h b/src/bytecode/vm.h
index 2e1c85b..d363958 100755
--- a/src/bytecode/vm.h
+++ b/src/bytecode/vm.h
@@ -14,9 +14,6 @@
14typedef struct CallFrame { 14typedef struct CallFrame {
15 // Current code being run. 15 // Current code being run.
16 Closure *closure; 16 Closure *closure;
17 // Current program counter for this call.
18 // Ref to stack. Is this really needed?
19 // Object *locals;
20 // Return counter. 17 // Return counter.
21 u8 *rp; 18 u8 *rp;
22 // Starting point of the locals for this procedure. 19 // Starting point of the locals for this procedure.