diff --git a/src/cpu/core_dyn_x86.cpp b/src/cpu/core_dyn_x86.cpp index 2d551f0a..7b27ffe2 100644 --- a/src/cpu/core_dyn_x86.cpp +++ b/src/cpu/core_dyn_x86.cpp @@ -141,7 +141,7 @@ static void IllegalOption(void) { E_Exit("Illegal option"); } -#include "core_dyn_x86\cache.h" +#include "core_dyn_x86/cache.h" static struct { Bitu callback; @@ -149,7 +149,7 @@ static struct { } core_dyn; -#include "core_dyn_x86\risc_x86.h" +#include "core_dyn_x86/risc_x86.h" struct DynState { DynReg regs[G_MAX]; @@ -196,7 +196,7 @@ static void dyn_synchstate(DynState * state) { gen_synchreg(&DynRegs[i],&state->regs[i]); } } -#include "core_dyn_x86\decoder.h" +#include "core_dyn_x86/decoder.h" Bits CPU_Core_Dyn_X86_Run(void) { /* Determine the linear address of CS:EIP */