mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-08 22:30:23 -07:00
Linux/mips is missing getcontext. Temporary fix for gc.
This commit is contained in:
parent
2a8894ff57
commit
07fa02ad7f
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ void GC_with_callee_saves_pushed(void (*fn)(ptr_t, void *),
|
|||
# if defined(HAVE_PUSH_REGS)
|
||||
GC_push_regs();
|
||||
# elif defined(UNIX_LIKE) && !defined(DARWIN) && !defined(ARM32) && \
|
||||
!defined(HURD)
|
||||
!defined(HURD) && !defined(__mips__) /* JJGR (added !__mips__) */
|
||||
/* Older versions of Darwin seem to lack getcontext(). */
|
||||
/* ARM Linux often doesn't support a real getcontext(). */
|
||||
ucontext_t ctxt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue