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
1 changed files with 1 additions and 1 deletions

View File

@ -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;