-add a dummy definition for vm_jit in 32 bit.

This commit is contained in:
Christoph Oelckers 2018-11-30 20:50:31 +01:00
parent 62f649b4f6
commit 32f7e9a9ea
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ CUSTOM_CVAR(Bool, vm_jit, true, CVAR_NOINITCALL)
Printf("You must restart " GAMENAME " for this change to take effect.\n");
Printf("This cvar is currently not saved. You must specify it on the command line.");
}
#else
CVAR(Bool, vm_jit, false, CVAR_NOINITCALL|CVAR_NOSET)
#endif
cycle_t VMCycles[10];