diff options
Diffstat (limited to 'system/physmem.c')
-rw-r--r-- | system/physmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/physmem.c b/system/physmem.c index eff8b55..8c1736f 100644 --- a/system/physmem.c +++ b/system/physmem.c @@ -28,7 +28,7 @@ #include "qemu/lockable.h" #ifdef CONFIG_TCG -#include "hw/core/tcg-cpu-ops.h" +#include "accel/tcg/cpu-ops.h" #endif /* CONFIG_TCG */ #include "exec/exec-all.h" |