summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dump.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dump.lua b/lib/dump.lua
index d79ae8b6..555b4b45 100644
--- a/lib/dump.lua
+++ b/lib/dump.lua
@@ -234,7 +234,7 @@ local litname = {
234 t[mode] = s 234 t[mode] = s
235 return s 235 return s
236 end}), 236 end}),
237 ["XLOAD "] = { [0] = "", "R", "U", "RU", }, 237 ["XLOAD "] = { [0] = "", "R", "V", "RV", "U", "RU", "VU", "RVU", },
238 ["CONV "] = setmetatable({}, { __index = function(t, mode) 238 ["CONV "] = setmetatable({}, { __index = function(t, mode)
239 local s = irtype[band(mode, 31)] 239 local s = irtype[band(mode, 31)]
240 s = irtype[band(shr(mode, 5), 31)].."."..s 240 s = irtype[band(shr(mode, 5), 31)].."."..s