Home | History | Annotate | Download | only in armv5te
      1     /*
      2      * This handler restores state following a selfVerification memory access.
      3      * On entry:
      4      *    r0 - offset from rGLUE to the 1st element of the coreRegs save array.
      5      */
      6     add     r0, r0, rGLUE               @ pointer to heapArgSpace.coreRegs[0]
      7     ldmia   r0, {r0-r12}
      8     bx      lr
      9