master: Fix ppc64 build
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 9814767a46d44439a8341918bde751b9974259ac (commit)
from c247cda09e87e2d27869aae57cb70e084ec94149 (commit)
- Log -----------------------------------------------------------------
commit 9814767a46d44439a8341918bde751b9974259ac
Author: Stas Boukarev <[email protected]>
Date: Mon Apr 6 15:47:49 2026 +0300
Fix ppc64 build
---
src/runtime/ppc-arch.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/runtime/ppc-arch.c b/src/runtime/ppc-arch.c
index 4750845b3..b626feec5 100644
--- a/src/runtime/ppc-arch.c
+++ b/src/runtime/ppc-arch.c
@@ -55,6 +55,7 @@
#endif
+#ifndef LISP_FEATURE_PPC64
os_vm_address_t
arch_get_bad_addr(int sig, siginfo_t *code, os_context_t *context)
{
@@ -67,7 +68,7 @@ arch_get_bad_addr(int sig, siginfo_t *code, os_context_t *context)
#endif
return addr;
}
-
+#endif
void
arch_skip_instruction(os_context_t *context)
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL