From e3e3d8b9aa85ef30fca8493be2ec839a2e5a7287 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 2 Nov 2005 21:45:48 +0000 Subject: [PATCH] actually when calling from the vm to the engine there are more than 10 arguments --- code/qcommon/vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 7e9142e8..86cfeb77 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;