1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 12:40:45 -04:00
ports/editors/emacs-devel/files/patch-src__alloc.c
Andrey Slusar 88c8c1c5a3 - Update to 22.0.50.20060502
- Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd.
- Assign maintainership to Giorgos Keramidas <keramida@ceid.upatras.gr> [1]

Submitted by:	keramida (by email)
Created by:	nobutaka, keramida
Approved by:	maintainer (by email) [1]
2006-05-19 18:41:29 +00:00

17 lines
588 B
C

Index: src/alloc.c
===================================================================
--- src/alloc.c (.../branches/gnu/emacs) (revision 15)
+++ src/alloc.c (.../trunk/emacs) (revision 15)
@@ -4542,8 +4542,12 @@
needed on ia64 too. See mach_dep.c, where it also says inline
assembler doesn't work with relevant proprietary compilers. */
#ifdef sparc
+#ifdef __sparc64__
+ asm ("flushw");
+#else
asm ("ta 3");
#endif
+#endif
/* Save registers that we need to see on the stack. We need to see
registers used to hold register variables and registers used to