Mercurial > emacs
comparison src/alloc.c @ 80696:acd89d089f05
Use __sparc__ rather than sparc.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Sun, 10 Aug 2008 02:40:17 +0000 |
| parents | 07f3d63ad3d3 |
| children |
comparison
equal
deleted
inserted
replaced
| 80695:61b1294ba30e | 80696:acd89d089f05 |
|---|---|
| 4570 /* This trick flushes the register windows so that all the state of | 4570 /* This trick flushes the register windows so that all the state of |
| 4571 the process is contained in the stack. */ | 4571 the process is contained in the stack. */ |
| 4572 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is | 4572 /* Fixme: Code in the Boehm GC suggests flushing (with `flushrs') is |
| 4573 needed on ia64 too. See mach_dep.c, where it also says inline | 4573 needed on ia64 too. See mach_dep.c, where it also says inline |
| 4574 assembler doesn't work with relevant proprietary compilers. */ | 4574 assembler doesn't work with relevant proprietary compilers. */ |
| 4575 #ifdef sparc | 4575 #ifdef __sparc__ |
| 4576 asm ("ta 3"); | 4576 asm ("ta 3"); |
| 4577 #endif | 4577 #endif |
| 4578 | 4578 |
| 4579 /* Save registers that we need to see on the stack. We need to see | 4579 /* Save registers that we need to see on the stack. We need to see |
| 4580 registers used to hold register variables and registers used to | 4580 registers used to hold register variables and registers used to |
