summaryrefslogtreecommitdiffstats
path: root/games/openarena/files/patch-code-qcommon-vm_x86.c
blob: 546ec986ef99c0922e64ee0e5967e66a8665f953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- code/qcommon/vm_x86.c.orig	2014-03-23 14:53:59.000000000 +0100
+++ code/qcommon/vm_x86.c	2014-03-23 14:55:33.000000000 +0100
@@ -91,7 +91,11 @@
 static void (*const asmCallPtr)(void) = AsmCall;
 
 
+#ifdef __clang__
+	int		callMask = 0;
+#else
 static	int		callMask = 0;
+#endif
 
 static	int	instruction, pass;
 static	int	lastConst = 0;
OpenPOWER on IntegriCloud