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 4b33643 commit f31ff5eCopy full SHA for f31ff5e
src/trusted/service_runtime/sel_ldr.c
@@ -912,7 +912,7 @@ void NaClVmIoPendingCheck_mu(struct NaClApp *nap,
912
* We need its symbol in the symbol table so don't inline it.
913
* TODO(dje): add some explanation for the non-GDB person.
914
*/
915
-#if NACL_WINDOWS
+#if NACL_WINDOWS && defined(_MSVC_VER)
916
__declspec(dllexport noinline)
917
#endif
918
#ifdef __GNUC__
0 commit comments