blob: 7f2dda2d48d8fd400e9bbb0fccd977a8da306fda (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Source/WTF/wtf/InlineASM.h.orig
+++ ./Source/WTF/wtf/InlineASM.h
@@ -42,7 +42,7 @@
#define THUMB_FUNC_PARAM(name)
#endif
-#if (OS(LINUX) || OS(FREEBSD)) && CPU(X86_64)
+#if (OS(LINUX) || OS(FREEBSD)) && (CPU(X86_64) || CPU(X86))
#define GLOBAL_REFERENCE(name) #name "@plt"
#elif CPU(X86) && COMPILER(MINGW)
#define GLOBAL_REFERENCE(name) "@" #name "@4"
|