diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 797b385fbd2..b942e7a6e01 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4487,7 +4487,7 @@ mark_stack () | |||
| 4487 | /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is | 4487 | /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is |
| 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 | asm ("ta 3"); | 4491 | asm ("ta 3"); |
| 4492 | #endif | 4492 | #endif |
| 4493 | 4493 | ||