mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b56e8e6cd3
- Take maintainership. - Prepare for future slave port ioquake3-devel. PR: ports/138535 Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
12 lines
340 B
C
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
|