actually when calling from the vm to the engine there are more than 10

arguments
This commit is contained in:
Ludwig Nussel 2005-11-02 21:45:48 +00:00
parent 5f79f9958b
commit e3e3d8b9aa

View file

@ -332,7 +332,7 @@ Dlls will call this directly
long QDECL VM_DllSyscall( long arg, ... ) { long QDECL VM_DllSyscall( long arg, ... ) {
#if ((defined __GNUC__) && !(defined __i386__)) #if ((defined __GNUC__) && !(defined __i386__))
// rcg010206 - see commentary above // rcg010206 - see commentary above
long args[10]; long args[16];
int i; int i;
va_list ap; va_list ap;