From ba000c3e4589298bd62d91c7e42dbcf83c2b98e4 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Fri, 29 Oct 2021 11:09:25 +0200 Subject: Update README --- src/bytecode/vm.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/bytecode/vm.h') 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 @@ typedef struct CallFrame { // Current code being run. Closure *closure; - // Current program counter for this call. - // Ref to stack. Is this really needed? - // Object *locals; // Return counter. u8 *rp; // Starting point of the locals for this procedure. -- cgit v1.2.1