Fixes (missed a few spots) for DYNAREC and propagated to Linux.

This commit is contained in:
waltje
2017-10-14 22:51:43 -04:00
parent 89a98e34fd
commit fbd95451d2
4 changed files with 7 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#include "ibm.h"
#include "cpu/cpu.h"
#ifdef USE_DYNAREC
#include "cpu/codegen.h"
# include "cpu/codegen.h"
#endif
#include "cpu/x86_ops.h"
#include "io.h"