From 847b9cf2534233198e0229c209ab4c4040f5166e Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 13 Sep 2010 01:17:38 +0200 Subject: Record vararg expressions with varargs defined off-trace. Add SLOAD variant to access the frame type/size. --- lib/dump.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/dump.lua') 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 -- Lookup table to convert some literals into names. local litname = { ["SLOAD "] = { [0] = "", "I", "R", "RI", "P", "PI", "PR", "PRI", - "T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", }, + "T", "IT", "RT", "RIT", "PT", "PIT", "PRT", "PRIT", + "F", "IF", "RF", "RIF", "PF", "PIF", "PRF", "PRIF", + "TF", "ITF", "RTF", "RITF", "PTF", "PITF", "PRTF", "PRITF", + }, ["XLOAD "] = { [0] = "", "R", "U", "RU", }, ["TOINT "] = { [0] = "check", "index", "", }, ["FLOAD "] = vmdef.irfield, -- cgit v1.2.3-55-g6feb