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 0a03ce9 commit 1d37dc0Copy full SHA for 1d37dc0
src/arch/asm.h
@@ -1,4 +1,4 @@
1
-#if defined(APPLE)
+#if defined(APPLE) || (defined(WINDOWS) && defined(X86))
2
#define GLOBAL(name) .globl _ ## name; _ ## name
3
#else
4
#define GLOBAL(name) .globl name; name
0 commit comments