summaryrefslogtreecommitdiffstats
path: root/vm/analysis/DexVerify.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/analysis/DexVerify.c')
-rw-r--r--vm/analysis/DexVerify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/analysis/DexVerify.c b/vm/analysis/DexVerify.c
index 7f0632071..16e573820 100644
--- a/vm/analysis/DexVerify.c
+++ b/vm/analysis/DexVerify.c
@@ -1435,7 +1435,7 @@ static bool verifyInstructions(VerifierData* vdata)
case OP_UNUSED_EFFF:
case OP_UNUSED_F0FF:
case OP_UNUSED_F1FF:
- LOGE("VFY: unexpected opcode %02x\n", decInsn.opcode);
+ LOGE("VFY: unexpected opcode %04x\n", decInsn.opcode);
okay = false;
break;