mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
actually when calling from the vm to the engine there are more than 10
arguments
This commit is contained in:
parent
5f79f9958b
commit
e3e3d8b9aa
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue