diff options
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ | |||
16 | #define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i)); | 16 | #define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i)); |
17 | 17 | ||
18 | 18 | ||
19 | static void *disptab[] = { | 19 | static void *disptab[NUM_OPCODES] = { |
20 | 20 | ||
21 | #if 0 | 21 | #if 0 |
22 | ** you can update the following list with this command: | 22 | ** you can update the following list with this command: |