mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
<cpu/jit/dyngen-exec.h> is necessary because it contains the definitions of
DYNGEN_FAST_DISPATCH for the direct_chaining_possible() test... [otherwise, it was a performance regression]
This commit is contained in:
parent
73c6d2d2c0
commit
357467c97b
@ -23,6 +23,10 @@
|
|||||||
#include "cpu/ppc/ppc-instructions.hpp"
|
#include "cpu/ppc/ppc-instructions.hpp"
|
||||||
#include "cpu/ppc/ppc-operands.hpp"
|
#include "cpu/ppc/ppc-operands.hpp"
|
||||||
|
|
||||||
|
#if PPC_ENABLE_JIT
|
||||||
|
#include "cpu/jit/dyngen-exec.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef SHEEPSHAVER
|
#ifdef SHEEPSHAVER
|
||||||
#include "cpu_emulation.h"
|
#include "cpu_emulation.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user