From 4b00232c7b9c20dbfb4df44ae309363fa4d0c411 Mon Sep 17 00:00:00 2001 From: tma Date: Fri, 6 Jan 2006 00:04:05 +0000 Subject: * Fix to the gcc4/-O0 x86 JIT compiler bug git-svn-id: svn://svn.icculus.org/quake3/trunk@463 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/vm_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon/vm_x86.c') diff --git a/code/qcommon/vm_x86.c b/code/qcommon/vm_x86.c index 38593c6..15e9918 100644 --- a/code/qcommon/vm_x86.c +++ b/code/qcommon/vm_x86.c @@ -229,7 +229,7 @@ void AsmCall( void ) { "doret: \n\t" \ " ret \n\t" \ : "=rm" (callSyscallNum), "=rm" (callProgramStack), "=rm" (callOpStack) \ - : "rm" (instructionPointers) \ + : "m" (instructionPointers) \ : "ax", "di", "si", "cx" \ ); } -- cgit v1.2.3