summaryrefslogtreecommitdiffstats
path: root/Source/WTF/wtf/InlineASM.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WTF/wtf/InlineASM.h')
-rw-r--r--Source/WTF/wtf/InlineASM.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/WTF/wtf/InlineASM.h b/Source/WTF/wtf/InlineASM.h
index d440bda3d..965e28176 100644
--- a/Source/WTF/wtf/InlineASM.h
+++ b/Source/WTF/wtf/InlineASM.h
@@ -80,10 +80,11 @@
#if OS(DARWIN)
#define LOCAL_LABEL_STRING(name) "L" #name
#elif OS(LINUX) \
- || OS(FREEBSD) \
- || OS(OPENBSD) \
- || OS(HURD) \
- || OS(NETBSD)
+ || OS(FREEBSD) \
+ || OS(OPENBSD) \
+ || OS(HURD) \
+ || OS(NETBSD) \
+ || COMPILER(MINGW)
// GNU as-compatible syntax.
#define LOCAL_LABEL_STRING(name) ".L" #name
#endif