On 8/3/24 10:04, Warner Losh wrote:
> + regs->pc = ka->_sa_handler; > + regs->gpr[2] = frame_addr; > + regs->gpr[1] = TARGET_PS_STRINGS - TARGET_SZSIGCODE;xRA, xSP.So to be clear, this is 'use these constants rather than the raw numbers for the array subscripts' right?
Exactly. r~