diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dump.lua | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/dump.lua b/lib/dump.lua index 82a6d964..a00862d0 100644 --- a/lib/dump.lua +++ b/lib/dump.lua | |||
@@ -210,7 +210,10 @@ local colorize, irtype | |||
210 | -- Lookup table to convert some literals into names. | 210 | -- Lookup table to convert some literals into names. |
211 | local litname = { | 211 | local litname = { |
212 | ["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", | 212 | ["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", |
213 | "T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", }, | 213 | "T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", |
214 | "F", "IF", "RF", "RIF", "PF", "PIF", "PRF", "PRIF", | ||
215 | "TF", "ITF", "RTF", "RITF", "PTF", "PITF", "PRTF", "PRITF", | ||
216 | }, | ||
214 | ["XLOAD "] = { [0] = "", "R", "U", "RU", }, | 217 | ["XLOAD "] = { [0] = "", "R", "U", "RU", }, |
215 | ["TOINT "] = { [0] = "check", "index", "", }, | 218 | ["TOINT "] = { [0] = "check", "index", "", }, |
216 | ["FLOAD "] = vmdef.irfield, | 219 | ["FLOAD "] = vmdef.irfield, |