We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebfb77d commit f9ff8f0Copy full SHA for f9ff8f0
src/trusted/service_runtime/arch/x86_32/sel_rt_32.c
@@ -90,7 +90,7 @@ int NaClAppThreadInitArchSpecific(struct NaClAppThread *natp,
90
* Save the system's state of the x87 FPU control word so we can restore
91
* the same state when returning to trusted code.
92
*/
93
-#if NACL_WINDOWS
+#if NACL_WINDOWS && defined(_MSC_VER)
94
{
95
uint16_t sys_fcw;
96
__asm {
0 commit comments