diff options
Diffstat (limited to 'ljumptab.h')
-rw-r--r-- | ljumptab.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ static void *disptab[] = { | |||
51 | &&L_OP_POWI, | 51 | &&L_OP_POWI, |
52 | &&L_OP_DIVI, | 52 | &&L_OP_DIVI, |
53 | &&L_OP_IDIVI, | 53 | &&L_OP_IDIVI, |
54 | &&L_OP_ADDK, | ||
55 | &&L_OP_SUBK, | ||
56 | &&L_OP_MULK, | ||
57 | &&L_OP_MODK, | ||
58 | &&L_OP_POWK, | ||
59 | &&L_OP_DIVK, | ||
60 | &&L_OP_IDIVK, | ||
54 | &&L_OP_BANDK, | 61 | &&L_OP_BANDK, |
55 | &&L_OP_BORK, | 62 | &&L_OP_BORK, |
56 | &&L_OP_BXORK, | 63 | &&L_OP_BXORK, |