diff options
| author | Dan Nicolaescu | 2009-01-30 23:43:20 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2009-01-30 23:43:20 +0000 |
| commit | 4d18a7a28e249a6335447047f5660282279d4468 (patch) | |
| tree | 62f82e5e87232fb6fcb032b467365b7a778e13fb /src/alloc.c | |
| parent | 38477befdc0478f33d52a543fa3236aab7459329 (diff) | |
| download | emacs-4d18a7a28e249a6335447047f5660282279d4468.tar.gz emacs-4d18a7a28e249a6335447047f5660282279d4468.zip | |
(mark_stack): Properly conditionalize previous change.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 1be5e2b8f1d..c150157ee05 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4488,7 +4488,8 @@ mark_stack () | |||
| 4488 | needed on ia64 too. See mach_dep.c, where it also says inline | 4488 | needed on ia64 too. See mach_dep.c, where it also says inline |
| 4489 | assembler doesn't work with relevant proprietary compilers. */ | 4489 | assembler doesn't work with relevant proprietary compilers. */ |
| 4490 | #ifdef __sparc__ | 4490 | #ifdef __sparc__ |
| 4491 | #ifdef __sparc64__ | 4491 | #if defined (__sparc64__) && defined (__FreeBSD__) |
| 4492 | /* FreeBSD does not have a ta 3 handler. */ | ||
| 4492 | asm ("flushw"); | 4493 | asm ("flushw"); |
| 4493 | #else | 4494 | #else |
| 4494 | asm ("ta 3"); | 4495 | asm ("ta 3"); |