mirror of
https://github.com/revanced/smali.git
synced 2025-06-12 12:17:37 +02:00
read in the field offset for Instruction22cs
git-svn-id: https://smali.googlecode.com/svn/trunk@525 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
@ -63,6 +63,7 @@ public class Instruction22cs extends Instruction implements TwoRegisterInstructi
|
||||
|
||||
this.regA = NumberUtils.decodeLowUnsignedNibble(buffer[bufferIndex + 1]);
|
||||
this.regB = NumberUtils.decodeHighUnsignedNibble(buffer[bufferIndex + 1]);
|
||||
this.fieldOffset = (short)NumberUtils.decodeUnsignedShort(buffer, bufferIndex + 2);
|
||||
}
|
||||
|
||||
protected void writeInstruction(AnnotatedOutput out, int currentCodeOffset) {
|
||||
|
Reference in New Issue
Block a user