fix build without dyngen enabled

This commit is contained in:
gbeauche 2004-11-21 20:50:51 +00:00
parent 655269516d
commit 970bc59e40

View File

@ -40,9 +40,11 @@
* registers.
**/
#if ENABLE_DYNGEN
#ifndef DYNGEN_ASM_OPTS
#define DYNGEN_ASM_OPTS 0
#endif
#endif
/**
* DYNGEN_DIRECT_BLOCK_CHAINING
@ -51,9 +53,11 @@
* that feature. e.g. PowerPC.
**/
#if ENABLE_DYNGEN
#ifndef DYNGEN_DIRECT_BLOCK_CHAINING
#define DYNGEN_DIRECT_BLOCK_CHAINING 1
#endif
#endif
/**
* Helpers to reach JIT backends headers