mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 08:34:25 +02:00
Fixed an issue with the getRegister method in the 21t class
git-svn-id: https://smali.googlecode.com/svn/trunk@183 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
a950eddc2a
commit
a68e8c8d4b
@ -36,7 +36,7 @@ public class Instruction21tMethodItem extends InstructionFormatMethodItem<Instru
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getRegister() {
|
public int getRegister() {
|
||||||
return instruction.getOffset();
|
return instruction.getRegister();
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getTarget() {
|
public String getTarget() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user