mirror of
https://github.com/revanced/smali.git
synced 2025-05-16 22:17:07 +02:00
minor line wrap change
git-svn-id: https://smali.googlecode.com/svn/trunk@684 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
4b82fba3ba
commit
89325d96cc
@ -61,7 +61,9 @@ public class Instruction21c extends InstructionWithReference implements SingleRe
|
|||||||
private Instruction21c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
|
private Instruction21c(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
|
||||||
super(dexFile, opcode, buffer, bufferIndex);
|
super(dexFile, opcode, buffer, bufferIndex);
|
||||||
|
|
||||||
if (opcode == Opcode.NEW_INSTANCE && ((TypeIdItem) this.getReferencedItem()).getTypeDescriptor().charAt(0) != 'L') {
|
if (opcode == Opcode.NEW_INSTANCE &&
|
||||||
|
((TypeIdItem)this.getReferencedItem()).getTypeDescriptor().charAt(0) != 'L') {
|
||||||
|
|
||||||
throw new RuntimeException("Only class references can be used with the new-instance opcode");
|
throw new RuntimeException("Only class references can be used with the new-instance opcode");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user