1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/lang/guile/files/patch-libguile___scm.h
Joe Marcus Clarke 11b729ede3 Update to 1.8.4, and assign maintainership to submitter.
PR:		121137
Submitted by:	David Barksdale <amatus@gnu.org>
2008-03-01 06:21:17 +00:00

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 */