enabled asm memory helpers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1042 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2004-08-03 21:37:41 +00:00
parent 57d1a2b62c
commit 0f6e3eb211
1 changed files with 0 additions and 6 deletions

View File

@ -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 */