replace PUSH with anonymous locals

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@302 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 1123c02533
commit ceda801601
  1. 2
      jode/jode/decompiler/CodeAnalyzer.java

@ -186,6 +186,8 @@ public class CodeAnalyzer implements Analyzer {
excHandlers.analyze();
methodHeader.analyze();
if (!Decompiler.usePUSH && methodHeader.mapStackToLocal())
methodHeader.removePush();
}
public void analyze()

Loading…
Cancel
Save