diff options
Diffstat (limited to 'sim/ppc/std-config.h')
-rw-r--r-- | sim/ppc/std-config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sim/ppc/std-config.h b/sim/ppc/std-config.h index 3b6b943..04ba654 100644 --- a/sim/ppc/std-config.h +++ b/sim/ppc/std-config.h @@ -59,15 +59,6 @@ extern int current_target_byte_order; #endif -/* Intel host BSWAP support: - - Whether to use bswap on the 486 and pentiums rather than the 386 - sequence that uses xchgb/rorl/xchgb */ -#ifndef WITH_BSWAP -#define WITH_BSWAP 0 -#endif - - /* SMP support: Sets a limit on the number of processors that can be simulated. If |