Macros | Variables
ljumptab.h File Reference

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]
 

Macro Definition Documentation

#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.

Variable Documentation

const void* const disptab[NUM_OPCODES]
static

Definition at line 19 of file ljumptab.h.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:48