diff options
author | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-09-17 20:05:56 +0000 |
---|---|---|
committer | tma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2009-09-17 20:05:56 +0000 |
commit | f0956f12fc760a96648814b2c88dadaf64368032 (patch) | |
tree | 8e2711e5bad59e1da1e0ee5749e528d263237540 /code/qcommon | |
parent | 9ddffbf04a407bad96d2171ffc2dc2153be79a31 (diff) | |
download | ioquake3-aero-f0956f12fc760a96648814b2c88dadaf64368032.tar.gz ioquake3-aero-f0956f12fc760a96648814b2c88dadaf64368032.zip |
* ...and make sure it compiles
git-svn-id: svn://svn.icculus.org/quake3/trunk@1634 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/qcommon')
-rw-r--r-- | code/qcommon/vm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 5360522..82c0813 100644 --- a/code/qcommon/vm.c +++ b/code/qcommon/vm.c @@ -356,6 +356,9 @@ intptr_t QDECL VM_DllSyscall( intptr_t arg, ... ) { #endif } + +#define STACK_SIZE 0x20000 + /* ================= VM_LoadQVM @@ -516,9 +519,6 @@ If image ends in .qvm it will be interpreted, otherwise it will attempt to load as a system dll ================ */ - -#define STACK_SIZE 0x20000 - vm_t *VM_Create( const char *module, intptr_t (*systemCalls)(intptr_t *), vmInterpret_t interpret ) { vm_t *vm; |