diff options
Diffstat (limited to 'vm/analysis/VerifySubs.c')
| -rw-r--r-- | vm/analysis/VerifySubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vm/analysis/VerifySubs.c b/vm/analysis/VerifySubs.c index 8dcc6f8dc..39d6dc848 100644 --- a/vm/analysis/VerifySubs.c +++ b/vm/analysis/VerifySubs.c @@ -65,6 +65,8 @@ bool dvmComputeCodeWidths(const Method* meth, InsnFlags* insnFlags, if (width == 0) { LOG_VFY_METH(meth, "VFY: invalid post-opt instruction (0x%x)\n", instr); + LOGI("### instr=%d width=%d table=%d\n", + instr, width, dexGetInstrWidthAbs(gDvm.instrWidth, instr)); goto bail; } if (width < 0 || width > 5) { |
