diff options
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/op.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-i386/op.c b/target-i386/op.c index 2438499ec3..9ea00a7571 100644 --- a/target-i386/op.c +++ b/target-i386/op.c @@ -18,13 +18,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* XXX: must use this define because the soft mmu macros have huge - register constraints so they cannot be used in any C code. gcc 3.3 - does not seem to be able to handle some constraints in rol - operations, so we disable it. */ -#if !(__GNUC__ == 3 && __GNUC_MINOR__ == 3) #define ASM_SOFTMMU -#endif #include "exec.h" /* n must be a constant to be efficient */ |