https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195939
--- Comment #3 from Henry Hu <[email protected]> --- -O0 is an overkill; just -mno-sse2 is enough. It seems like that movsd is causing the problem, and -mno-sse2 disables it. -mstackrealign -mstack-alignment=16 does not help. Now I'm not sure if it's an alignment problem or not. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
