fix(gui): make bytecode output closer to smali (#1739)

This commit is contained in:
Skylot
2022-12-25 18:31:44 +00:00
parent 5d186e56a5
commit df38a6424f
9 changed files with 101 additions and 59 deletions
@@ -61,6 +61,11 @@ public class JavaLocalVar implements ILocalVar {
return endOffset;
}
@Override
public boolean isMarkedAsParameter() {
return false;
}
@Override
public int hashCode() {
int result = regNum;