diff options
Diffstat (limited to 'games/ioquake3/files/patch-code-qcommon-vm_x86_64.c')
-rw-r--r-- | games/ioquake3/files/patch-code-qcommon-vm_x86_64.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c b/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c index 89cbf7ff670c..084bc76729b2 100644 --- a/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c +++ b/games/ioquake3/files/patch-code-qcommon-vm_x86_64.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- code/qcommon/vm_x86_64.c.orig 2008-08-06 16:09:29 UTC ++++ code/qcommon/vm_x86_64.c +@@ -246,7 +246,7 @@ void emit(const char* fmt, ...) #else #define JMPIARG \ emit("movq $%lu, %%rax", vm->codeBase+vm->instructionPointers[iarg]); \ |