mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
fix build without dyngen enabled
This commit is contained in:
parent
655269516d
commit
970bc59e40
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user