diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 11:36:21 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-09-08 11:36:21 +0000 |
commit | bb2e6e9dcdd9f0265897a9c29df8f8f8293eeb5c (patch) | |
tree | e69ac4fdc7d3653066df26de1b788fe0cc91fe94 /editors/emacs/files/patch-src__alloc.c | |
parent | - Update valgrind-snapshot to the latest P4 version. (diff) |
. backout previous commit (revert editors/emacs to version 22.3)
since the commit broke dependencies and the ports infrastructure
was not fully prepared (a new emacs/editors22 port is needed
for compatibility reasons);
. bump PORTEPOCH.
Reported by: Jan Henrik Sylvester <me at janh.de>, kostik
Pointy hat to: bsam (me)
Diffstat (limited to 'editors/emacs/files/patch-src__alloc.c')
-rw-r--r-- | editors/emacs/files/patch-src__alloc.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs/files/patch-src__alloc.c b/editors/emacs/files/patch-src__alloc.c index e69de29bb2d1..80c226b6f778 100644 --- a/editors/emacs/files/patch-src__alloc.c +++ b/editors/emacs/files/patch-src__alloc.c @@ -0,0 +1,15 @@ +--- src/alloc.c.orig 2008-09-07 05:25:27.000000000 +0300 ++++ src/alloc.c 2008-09-07 05:25:27.000000000 +0300 +@@ -4573,8 +4573,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 |