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 772f42a commit 37cc158Copy full SHA for 37cc158
mcfgthread/gthr_aux.c
@@ -13,9 +13,8 @@
13
14
void
15
__cdecl
16
-__MCF_gthr_do_call_once_seh_take_over(_MCF_once* once, __MCF_cxa_dtor_any_ init_proc, void* arg);
17
-
18
-__asm__ (
+__MCF_gthr_do_call_once_seh_take_over(_MCF_once* once, __MCF_cxa_dtor_any_ init_proc, void* arg)
+; __asm__ (
19
#if defined __i386__ || defined __amd64__
20
/* This is required by Clang, where `-masm=intel` doesn't affect basic asm. */
21
".intel_syntax noprefix \n"
0 commit comments