• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 HANDLE_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);
8 OP_END
9