Go to the source code of this file.
Macros | |
#define | vmbreak vmfetch(); vmdispatch(GET_OPCODE(i)); |
#define | vmcase(l) L_##l: |
#define | vmdispatch(x) goto *disptab[x]; |
Variables | |
static const void *const | disptab [NUM_OPCODES] |
#define vmbreak vmfetch(); vmdispatch(GET_OPCODE(i)); |
Definition at line 16 of file ljumptab.h.
#define vmcase | ( | l | ) | L_##l: |
Definition at line 14 of file ljumptab.h.
#define vmdispatch | ( | x | ) | goto *disptab[x]; |
Definition at line 12 of file ljumptab.h.
|
static |
Definition at line 19 of file ljumptab.h.