blob: 54f0778c858603b31e1d7251019a9077d4cb0097 [file] [log] [blame]
/* (stub) */
SAVE_PC_FP_TO_GLUE() @ only need to export these two
mov r0, rGLUE @ glue is first arg to function
bl dvmMterp_${opcode} @ call
LOAD_PC_FP_FROM_GLUE() @ retrieve updated values
FETCH_INST() @ load next instruction from rPC
GET_INST_OPCODE(ip) @ ...trim down to just the opcode
GOTO_OPCODE(ip) @ ...and jump to the handler