[Sbcl-devel] ARM32 build failure in 777d37a3fb7571162ea8628087bdafa4d0408a08

5 views
Skip to first unread message

Bruce O'Neel

unread,
Oct 20, 2023, 5:38:07 AM10/20/23
to SBCL Devel
Hi,

This is unrelated to the to the other ARM32 problem.

monitor.c:1119:44: error: 'reg_CSP' undeclared (first use in this function); did you mean 'reg_NSP'?
1119 |         *os_context_register_addr(context, reg_CSP) = (uword_t)stackptr;
      |                                            ^~~~~~~
      |                                            reg_NSP
monitor.c:1119:44: note: each undeclared identifier is reported only once for each function it appears in

This is because there is no reg_CSP in arm_lispregs.h.

So I don't understand this code well enough to make an intelligent change.  Can it be reg_NSP?  Or should the #if not end up here?

Thanks.

bruce
Reply all
Reply to author
Forward
0 new messages