blob: e3719db47c01b30d9dc4521d76b2cf78d8d8ebca [file] [log] [blame]
/*
* This handler restores state following a selfVerification memory access.
* On entry:
* r0 - offset from rGLUE to the 1st element of the coreRegs save array.
*/
add r0, r0, rGLUE @ pointer to heapArgSpace.coreRegs[0]
ldmia r0, {r0-r12}
bx lr