mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-23 04:33:24 +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-operands.hpp"
|
||||
|
||||
#if PPC_ENABLE_JIT
|
||||
#include "cpu/jit/dyngen-exec.h"
|
||||
#endif
|
||||
|
||||
#ifdef SHEEPSHAVER
|
||||
#include "cpu_emulation.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user