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