1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c
Alejandro Pulver b56e8e6cd3 - Update to version 1.36.
- Take maintainership.
- Prepare for future slave port ioquake3-devel.

PR:		ports/138535
Submitted by:	Dominic Fandrey <kamikaze@bsdforen.de>
2009-09-09 14:50:17 +00:00

12 lines
340 B
C

--- code/qcommon/vm_x86_64.c.orig 2009-08-30 20:50:41.000000000 +0200
+++ code/qcommon/vm_x86_64.c 2009-08-30 20:51:43.000000000 +0200
@@ -246,7 +246,7 @@
#else
#define JMPIARG \
emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \
- emit("jmpq *%rax");
+ emit("jmpq *%%rax");
#endif
// integer compare and jump