From 15ec986478622220f40c9bc4d35172b2f49ce5c7 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Thu, 17 Sep 2009 20:05:56 +0000 Subject: [PATCH] * ...and make sure it compiles --- code/qcommon/vm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/qcommon/vm.c b/code/qcommon/vm.c index 5360522f..82c08139 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;