From: Joe Groff Date: Tue, 8 Sep 2009 20:37:32 +0000 (-0500) Subject: Merge branch 'master' of git://factorcode.org/git/factor X-Git-Tag: 0.97~5602 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=2ad9459b8546694c2127a0dccf9419bea4758b61 Merge branch 'master' of git://factorcode.org/git/factor --- 2ad9459b8546694c2127a0dccf9419bea4758b61 diff --cc vm/cpu-x86.32.S index 44155519d7,10cd7f2383..f308bf0b92 --- a/vm/cpu-x86.32.S +++ b/vm/cpu-x86.32.S @@@ -98,10 -61,5 +87,9 @@@ DEF(void,set_x87_env,(const void*)) #ifdef WINDOWS .section .drectve - .ascii " -export:check_sse2" .ascii " -export:read_timestamp_counter" + .ascii " -export:get_sse_env" + .ascii " -export:set_sse_env" + .ascii " -export:get_x87_env" + .ascii " -export:set_x87_env" #endif