aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/vm.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/vm.c')
-rw-r--r--code/qcommon/vm.c2
1 files changed, 1 insertions, 1 deletions
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;