blob: f4743db9bd9e7ad0a31d04182dab7510f9e06e0d [file] [log] [blame]
HANDLE_OPCODE(OP_UNUSED_FF)
/*
* In portable interp, most unused opcodes will fall through to here.
*/
LOGE("unknown opcode 0x%02x\n", INST_INST(inst));
dvmAbort();
FINISH(1);
OP_END