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