lysis-java
lysis-java copied to clipboard
++ handling causing possible invalid decomp result?
I noticed Lysis produces decomp output for ++ operator the same no matter where the ++ was located in code.
++ = ++ despite the bytecode operators "inc" and "load.pri" being reversed depending on where ++ is(load.pri before inc with ++ after).