From 37e1e8fe77005091bbfe9ea281af4a6565100c79 Mon Sep 17 00:00:00 2001 From: Bob Nystrom Date: Sat, 28 Mar 2015 10:19:38 -0700 Subject: [PATCH] Remove outdated comment. --- src/vm/wren_vm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vm/wren_vm.c b/src/vm/wren_vm.c index 281d49c9..2b9f2cf6 100644 --- a/src/vm/wren_vm.c +++ b/src/vm/wren_vm.c @@ -655,8 +655,6 @@ static bool runInterpreter(WrenVM* vm) #if WREN_COMPUTED_GOTO - // Note that the order of instructions here must exacly match the Code enum - // in wren_vm.h or horrendously bad things happen. static void* dispatchTable[] = { #define OPCODE(name) &&code_##name, #include "wren_opcodes.h"