mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-30 07:05:37 +00:00
spelling: comparison
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
76cc766947
commit
242fcf726d
@@ -1969,7 +1969,7 @@ public class AVM2Code implements Cloneable {
|
||||
ins.definition.translate(switchParts, callStack, abcIndex, setLocalPosToGetLocalPos, lineStartItem, isStatic, scriptIndex, classIndex, localRegs, stack, scopeStack, localScopeStack, ins, output, body, abc, localRegNames, localRegTypes, fullyQualifiedNames, path, localRegAssignmentIps, ip, this, thisHasDefaultToPrimitive, bottomStackSetLocals);
|
||||
ip++;
|
||||
break;
|
||||
//throw new ConvertException("Unknown pattern after DUP:" + insComparsion.toString());
|
||||
//throw new ConvertException("Unknown pattern after DUP:" + insComparison.toString());
|
||||
}
|
||||
} while (ins.definition instanceof DupIns);
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user