mirror of
https://github.com/revanced/smali.git
synced 2025-05-28 11:50:12 +02:00
Fix accidental case fall-throughs in MutableMethodImplementation
This commit is contained in:
parent
1697b1d97d
commit
bc6fcd5ae3
@ -589,8 +589,10 @@ public class MutableMethodImplementation implements MethodImplementation {
|
||||
case SparseSwitchPayload:
|
||||
setInstruction(location,
|
||||
newBuilderSparseSwitchPayload(location, codeAddressToIndex, (SparseSwitchPayload)instruction));
|
||||
return;
|
||||
case ArrayPayload:
|
||||
setInstruction(location, newBuilderArrayPayload((ArrayPayload)instruction));
|
||||
return;
|
||||
default:
|
||||
throw new ExceptionWithContext("Instruction format %s not supported", instruction.getOpcode().format);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user