+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]:
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");