mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 16:44:25 +02:00
minor linewrap change
git-svn-id: https://smali.googlecode.com/svn/trunk@689 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
0b2f7d6a57
commit
adb1511f4e
@ -77,11 +77,13 @@ public class MethodDefinition {
|
||||
AnalyzedInstruction instruction = instructions.get(i);
|
||||
if (instruction.getInstruction().opcode == Opcode.PACKED_SWITCH) {
|
||||
packedSwitchMap.append(
|
||||
currentCodeAddress + ((OffsetInstruction)instruction.getInstruction()).getTargetAddressOffset(),
|
||||
currentCodeAddress +
|
||||
((OffsetInstruction)instruction.getInstruction()).getTargetAddressOffset(),
|
||||
currentCodeAddress);
|
||||
} else if (instruction.getInstruction().opcode == Opcode.SPARSE_SWITCH) {
|
||||
sparseSwitchMap.append(
|
||||
currentCodeAddress + ((OffsetInstruction)instruction.getInstruction()).getTargetAddressOffset(),
|
||||
currentCodeAddress +
|
||||
((OffsetInstruction)instruction.getInstruction()).getTargetAddressOffset(),
|
||||
currentCodeAddress);
|
||||
}
|
||||
instructionMap.append(currentCodeAddress, i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user