• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1%verify "executed"
2/*
3 * Unlike other alt stubs, we don't want to call dvmCheckBefore() here.
4 * Instead, just treat this as a trampoline to reach the real alt
5 * handler (which will do the dvmCheckBefore() call.
6 */
7    mov     ip, rINST, lsr #8           @ ip<- extended opcode
8    add     ip, ip, #256                @ add offset for extended opcodes
9    GOTO_OPCODE(ip)                     @ go to proper extended handler
10
11