OP_UNUSED_FF.cpp revision c1a4ab9c313d8a3d12007f2dbef7b5a6fa4ac2ef
1HANDLE_OPCODE(OP_UNUSED_FF)
2    /*
3     * In portable interp, most unused opcodes will fall through to here.
4     */
5    ALOGE("unknown opcode 0x%02x\n", INST_INST(inst));
6    dvmAbort();
7    FINISH(1);
8OP_END
9