Mercurial > p > unluac > hgcode
changeset 530:bda008aa963b default tip
Reverted f940270e8dad since the excess C can be encoded as extra data now
author | tehtmi |
---|---|
date | Tue, 04 Mar 2025 21:34:42 -0800 |
parents | dfb89dc8cc21 |
children | |
files | src/unluac/decompile/Op.java |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/unluac/decompile/Op.java Tue Mar 04 21:23:40 2025 -0800 +++ b/src/unluac/decompile/Op.java Tue Mar 04 21:34:42 2025 -0800 @@ -122,10 +122,10 @@ CONCAT54("concat", OpV.LUA54, OperandFormat.AR, OperandFormat.B), TBC("tbc", OpV.LUA54, OperandFormat.AR), JMP54("jmp", OpV.LUA54, OperandFormat.sJ), - EQ54("eq", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k, OperandFormat.C), - LT54("lt", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k, OperandFormat.C), - LE54("le", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k, OperandFormat.C), - EQK("eqk", OpV.LUA54, OperandFormat.AR, OperandFormat.BK, OperandFormat.k, OperandFormat.C), + EQ54("eq", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k), + LT54("lt", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k), + LE54("le", OpV.LUA54, OperandFormat.AR, OperandFormat.BR, OperandFormat.k), + EQK("eqk", OpV.LUA54, OperandFormat.AR, OperandFormat.BK, OperandFormat.k), EQI("eqi", OpV.LUA54, OperandFormat.AR, OperandFormat.BsI, OperandFormat.k, OperandFormat.C), LTI("lti", OpV.LUA54, OperandFormat.AR, OperandFormat.BsI, OperandFormat.k, OperandFormat.C), LEI("lei", OpV.LUA54, OperandFormat.AR, OperandFormat.BsI, OperandFormat.k, OperandFormat.C),