mirror of
https://github.com/revanced/smali.git
synced 2025-05-06 09:24:33 +02:00
Fix the formatting of the instruction offset comment
git-svn-id: https://smali.googlecode.com/svn/trunk@692 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
baec3bc450
commit
19b601436a
@ -369,7 +369,7 @@ public class MethodDefinition {
|
||||
@Override
|
||||
public boolean writeTo(IndentingWriter writer) throws IOException {
|
||||
writer.write("#@");
|
||||
IntegerRenderer.writeUnsignedTo(writer, codeAddress);
|
||||
writer.printLongAsHex(codeAddress & 0xFFFFFFFF);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user