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