(mark_stack): Properly conditionalize previous change.

This commit is contained in:
Dan Nicolaescu 2009-01-30 23:43:20 +00:00
parent 38477befdc
commit 4d18a7a28e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
* alloc.c (mark_stack): Properly conditionalize previous change.
2009-01-30 Juanma Barranquero <lekktu@gmail.com>
* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:

View file

@ -4488,7 +4488,8 @@ 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__
#if defined (__sparc64__) && defined (__FreeBSD__)
/* FreeBSD does not have a ta 3 handler. */
asm ("flushw");
#else
asm ("ta 3");