(mark_stack): Use "flushw" instead of "ta 3" assembly call for
Sparc64.
This commit is contained in:
parent
3ac71f5da0
commit
4c1616bee4
1 changed files with 4 additions and 0 deletions
|
@ -4488,7 +4488,11 @@ mark_stack ()
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue