aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode/vm.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-29 11:09:25 +0200
committerBad Diode <bd@badd10de.dev>2021-10-29 11:09:25 +0200
commitba000c3e4589298bd62d91c7e42dbcf83c2b98e4 (patch)
treeae47e9f275f3187040074977db36fe7154da60fe /src/bytecode/vm.h
parentc934ceda5e5a8f9d706b1f4e31f343e293e24f6d (diff)
downloadbdl-ba000c3e4589298bd62d91c7e42dbcf83c2b98e4.tar.gz
bdl-ba000c3e4589298bd62d91c7e42dbcf83c2b98e4.zip
Update README
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.