Commit 0f6e3eb211fafeadd598e960a35bfa3a3b8bfc50

Authored by bellard
1 parent 57d1a2b6

enabled asm memory helpers


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1042 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 0 additions and 6 deletions
target-i386/op.c
@@ -18,13 +18,7 @@ @@ -18,13 +18,7 @@
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 19 */
20 20
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. 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)  
26 #define ASM_SOFTMMU 21 #define ASM_SOFTMMU
27 -#endif  
28 #include "exec.h" 22 #include "exec.h"
29 23
30 /* n must be a constant to be efficient */ 24 /* n must be a constant to be efficient */