mirror of
https://github.com/revanced/smali.git
synced 2025-05-19 07:27:06 +02:00
Fix issue with Format21lh instructions in MutableMethodImplementation
This commit is contained in:
parent
987ac1ed12
commit
135631b11b
@ -528,7 +528,7 @@ public class MutableMethodImplementation implements MethodImplementation {
|
|||||||
setInstruction(location, newBuilderInstruction21ih((Instruction21ih)instruction));
|
setInstruction(location, newBuilderInstruction21ih((Instruction21ih)instruction));
|
||||||
return;
|
return;
|
||||||
case Format21lh:
|
case Format21lh:
|
||||||
setInstruction(location, newBuilderInstruction10x((Instruction10x)instruction));
|
setInstruction(location, newBuilderInstruction21lh((Instruction21lh)instruction));
|
||||||
return;
|
return;
|
||||||
case Format21s:
|
case Format21s:
|
||||||
setInstruction(location, newBuilderInstruction21s((Instruction21s)instruction));
|
setInstruction(location, newBuilderInstruction21s((Instruction21s)instruction));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user