Home | History | Annotate | Download | only in c
      1 HANDLE_OPCODE(OP_UNUSED_F1FF)
      2     /*
      3      * In portable interp, most unused opcodes will fall through to here.
      4      */
      5     LOGE("unknown opcode 0x%04x", inst);
      6     dvmAbort();
      7     FINISH(1);
      8 OP_END
      9