mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
11b729ede3
PR: 121137 Submitted by: David Barksdale <amatus@gnu.org>
13 lines
477 B
C
13 lines
477 B
C
--- libguile/__scm.h 2008-02-23 18:14:28.106264450 -0600
|
|
+++ libguile/__scm.h 2008-02-23 18:15:41.306005478 -0600
|
|
@@ -411,7 +411,8 @@
|
|
* that all the state of the process is contained in the stack.
|
|
*/
|
|
|
|
-#if defined (sparc) || defined (__sparc__) || defined (__sparc)
|
|
+#if (defined (sparc) || defined (__sparc__) || defined (__sparc)) && \
|
|
+ (!defined(__FreeBSD__))
|
|
# define SCM_FLUSH_REGISTER_WINDOWS asm("ta 3")
|
|
#else
|
|
# define SCM_FLUSH_REGISTER_WINDOWS /* empty */
|