mirror of
https://github.com/revanced/smali.git
synced 2025-05-23 18:16:23 +02:00
Don't output register information on switch/array data structures
git-svn-id: https://smali.googlecode.com/svn/trunk@628 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
20cfe7aa0f
commit
2e2a187734
@ -274,7 +274,7 @@ public class MethodDefinition {
|
|||||||
methodItems.add(new BlankMethodItem(stg, currentCodeAddress));
|
methodItems.add(new BlankMethodItem(stg, currentCodeAddress));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (baksmali.registerInfo != 0) {
|
if (baksmali.registerInfo != 0 && !instruction.instruction.getFormat().variableSizeFormat) {
|
||||||
printPreRegister.clear();
|
printPreRegister.clear();
|
||||||
printPostRegister.clear();
|
printPostRegister.clear();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user