qcommon: Assume that unknown architectures don't have a JIT for QVMs
We need specific code for any architecture that does have a JIT, so we can safely assume that any other architecture does not. Signed-off-by: Simon McVittie <smcv@debian.org>
This commit is contained in:
parent
0e53cfde93
commit
51095c0c0c
|
|
@ -346,6 +346,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|||
// ARCH_STRING is (mostly) only used for informational purposes, so we allow
|
||||
// it to be undefined so that more diverse architectures may be compiled
|
||||
#define ARCH_STRING "unknown"
|
||||
#define NO_VM_COMPILED
|
||||
#endif
|
||||
|
||||
#ifndef ID_INLINE
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user