From 05f81cf9ddf76aad655e7045948fbf59e23a73cf Mon Sep 17 00:00:00 2001 From: ludwig Date: Wed, 2 Nov 2005 21:45:48 +0000 Subject: actually when calling from the vm to the engine there are more than 10 arguments git-svn-id: svn://svn.icculus.org/quake3/trunk@235 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 7e9142e..86cfeb7 100644 --- a/code/qcommon/vm.c +++ b/code/qcommon/vm.c @@ -332,7 +332,7 @@ Dlls will call this directly long QDECL VM_DllSyscall( long arg, ... ) { #if ((defined __GNUC__) && !(defined __i386__)) // rcg010206 - see commentary above - long args[10]; + long args[16]; int i; va_list ap; -- cgit v1.2.3