summaryrefslogtreecommitdiff
path: root/games/iourbanterror/files/patch-code-qcommon-vm_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/iourbanterror/files/patch-code-qcommon-vm_x86.c')
-rw-r--r--games/iourbanterror/files/patch-code-qcommon-vm_x86.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/iourbanterror/files/patch-code-qcommon-vm_x86.c b/games/iourbanterror/files/patch-code-qcommon-vm_x86.c
index ce49e652baf8..1a2951b3cdc0 100644
--- a/games/iourbanterror/files/patch-code-qcommon-vm_x86.c
+++ b/games/iourbanterror/files/patch-code-qcommon-vm_x86.c
@@ -1,6 +1,6 @@
---- code/qcommon/vm_x86.c.orig 2014-03-23 17:23:18.000000000 +0100
-+++ code/qcommon/vm_x86.c 2014-03-23 17:24:58.000000000 +0100
-@@ -512,7 +512,7 @@
+--- code/qcommon/vm_x86.c.orig 2016-03-31 19:41:05 UTC
++++ code/qcommon/vm_x86.c
+@@ -512,7 +512,7 @@ void VM_Compile( vm_t *vm, vmHeader_t *h
break;
}
if (code[pc+4] == OP_STORE4) {
@@ -9,7 +9,7 @@
EmitString( "B8" ); // mov eax, 0x12345678
Emit4( Constant4() );
// if (!opt) {
-@@ -527,7 +527,7 @@
+@@ -527,7 +527,7 @@ void VM_Compile( vm_t *vm, vmHeader_t *h
break;
}
if (code[pc+4] == OP_STORE2) {