Skip to content
Snippets Groups Projects
Commit 87e1c793 authored by rtoy's avatar rtoy
Browse files

When scavenging interrupt contexts, we need to scavenge LR and CTR

registers, in case they're pointing into our heap and what they're
pointing to has moved.

lisp/Darwin-os.c:
o Add support for getting the LR and CTR registers from the context.

lisp/gencgc.c:
o Handle LR and CTR registers when scavenging the interrupt context.

lisp/ppc-lispregs.h:
o Define reg_LR and reg_CTR appropriately.
parent c025847f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment