mirror of
https://github.com/revanced/smali.git
synced 2025-05-04 16:44:25 +02:00
Fix a typo in the commented out format for a packed-switch structure
git-svn-id: https://smali.googlecode.com/svn/trunk@697 55b6fa8a-2a1e-11de-a435-ffa8d773f76a
This commit is contained in:
parent
d293bc1eb3
commit
c6734e8a60
@ -67,7 +67,7 @@ public class PackedSwitchMethodItem extends InstructionMethodItem<PackedSwitchDa
|
|||||||
@Override
|
@Override
|
||||||
public boolean writeTo(IndentingWriter writer) throws IOException {
|
public boolean writeTo(IndentingWriter writer) throws IOException {
|
||||||
if (dead) {
|
if (dead) {
|
||||||
writer.write("'#.packed-switch ");
|
writer.write("#.packed-switch ");
|
||||||
IntegerRenderer.writeTo(writer, instruction.getFirstKey());
|
IntegerRenderer.writeTo(writer, instruction.getFirstKey());
|
||||||
writer.write('\n');
|
writer.write('\n');
|
||||||
for (LabelMethodItem label: labels) {
|
for (LabelMethodItem label: labels) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user