Revision 825bd5f8 target-i386/op.c

b/target-i386/op.c
19 19
 */
20 20

  
21 21
/* XXX: must use this define because the soft mmu macros have huge
22
   register constraints so they cannot be used in any C code */
22
   register constraints so they cannot be used in any C code. gcc 3.3
23
   does not seem to be able to handle some constraints in rol
24
   operations, so we disable it. */
25
#if !(__GNUC__ == 3 && __GNUC_MINOR__ == 3)
23 26
#define ASM_SOFTMMU
27
#endif
24 28
#include "exec.h"
25 29

  
26 30
/* n must be a constant to be efficient */

Also available in: Unified diff