aboutsummaryrefslogtreecommitdiff
path: root/ljumptab.h
diff options
context:
space:
mode:
Diffstat (limited to 'ljumptab.h')
-rw-r--r--ljumptab.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/ljumptab.h b/ljumptab.h
index f9783ffb..373d541c 100644
--- a/ljumptab.h
+++ b/ljumptab.h
@@ -11,11 +11,12 @@
11 11
12static void *disptab[] = { 12static void *disptab[] = {
13 13
14// you can update the following list with this command: 14#if 0
15// 15** you can update the following list with this command:
16// sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h 16**
17// 17** sed -n '/^OP_/\!d; s/OP_/\&\&L_OP_/ ; s/,.*/,/ ; s/\/.*// ; p' lopcodes.h
18// 18**
19#endif
19 20
20&&L_OP_MOVE, 21&&L_OP_MOVE,
21&&L_OP_LOADI, 22&&L_OP_LOADI,