diff options
Diffstat (limited to 'cpu-target.c')
-rw-r--r-- | cpu-target.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cpu-target.c b/cpu-target.c index 1c90a30..772e354 100644 --- a/cpu-target.c +++ b/cpu-target.c @@ -19,10 +19,9 @@ #include "qemu/osdep.h" #include "cpu.h" -#include "system/accel-ops.h" +#include "accel/accel-cpu-ops.h" #include "system/cpus.h" #include "exec/cpu-common.h" -#include "exec/tswap.h" #include "exec/replay-core.h" #include "exec/log.h" #include "hw/core/cpu.h" @@ -85,9 +84,3 @@ void cpu_abort(CPUState *cpu, const char *fmt, ...) #endif abort(); } - -#undef target_big_endian -bool target_big_endian(void) -{ - return TARGET_BIG_ENDIAN; -} |