test
[mesa.git] / src / mesa / x86 / assyntax.h
index 2a1034870a566c59d2ca314ebea83ce4630a5410..dfd1c4fe3a5286ad0bb369fd730a3e7f5cd59a1a 100644 (file)
@@ -1645,4 +1645,12 @@ SECTION _DATA public align=16 class=DATA use32 flat
 #define XORPS(a, b)    xorps P_ARG2(a, b)
 
 
+/* Added by BrianP for FreeBSD (per David Dawes) */
+#if !defined(NASM_ASSEMBLER) && !defined(MASM_ASSEMBLER)
+#define LLBL(a) CONCAT(.L,a)
+#else
+#define LLBL(a) a
+#endif
+
+
 #endif /* __ASSYNTAX_H__ */