lysis-java icon indicating copy to clipboard operation
lysis-java copied to clipboard

++ handling causing possible invalid decomp result?

Open WildCard65 opened this issue 9 years ago • 0 comments

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).

WildCard65 avatar Mar 14 '16 14:03 WildCard65