aboutsummaryrefslogtreecommitdiff
path: root/games/iourbanterror/files
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2009-07-28 22:31:35 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2009-07-28 22:31:35 +0000
commitab15ac3f83cd92ae9f167ee93e6cac663cc549b1 (patch)
tree53a94e5523631f00db83ec1037b8663bc27df119 /games/iourbanterror/files
parented5d579200177874923edd0db395d4a52f13f876 (diff)
downloadports-ab15ac3f83cd92ae9f167ee93e6cac663cc549b1.tar.gz
ports-ab15ac3f83cd92ae9f167ee93e6cac663cc549b1.zip
- Fix VM in amd64 ("%" -> "%%" in format string).
- Bump PORTREVISION. PR: ports/134874 Submitted by: Mak Kolybabi <mak@mogigoma.com>
Notes
Notes: svn path=/head/; revision=238570
Diffstat (limited to 'games/iourbanterror/files')
-rw-r--r--games/iourbanterror/files/patch-code__qcommon__vm_x86_64.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/iourbanterror/files/patch-code__qcommon__vm_x86_64.c b/games/iourbanterror/files/patch-code__qcommon__vm_x86_64.c
index 0c1c5b5da16b..e6d19725a746 100644
--- a/games/iourbanterror/files/patch-code__qcommon__vm_x86_64.c
+++ b/games/iourbanterror/files/patch-code__qcommon__vm_x86_64.c
@@ -1,5 +1,14 @@
--- ./code/qcommon/vm_x86_64.c.orig 2007-10-09 02:47:22.000000000 -0300
+++ ./code/qcommon/vm_x86_64.c 2008-03-04 10:45:08.000000000 -0300
+@@ -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
@@ -534,7 +534,7 @@
{
compiledOfs = assembler_get_code_size();