freebsd-ports/games/quake3/files/patch-code-qcommon-vm_x86.c
Danilo Egea Gondolfo 49d6f10faf - Fix build on 10 [1]
- Update MASTER_SITES [1]
- Add stage support

PR:		ports/183074
Submitted by:	Linas Valiukas <shirshegsm@gmail.com> (maintainer) [1]
2013-10-20 04:51:17 +00:00

11 lines
344 B
C

--- code/qcommon/vm_x86.c.orig 2013-10-18 02:26:13.000000000 +0300
+++ code/qcommon/vm_x86.c 2013-10-18 02:26:30.000000000 +0300
@@ -84,7 +84,7 @@
#endif // !_WIN32
-static int callMask = 0; // bk001213 - init
+static int __attribute__((used)) callMask = 0; // bk001213 - init
static int instruction, pass;
static int lastConst = 0;