提交 0f6e3eb2 编写于 作者: B bellard

enabled asm memory helpers


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1042 c046a42c-6fe2-441c-8c8c-71466251a162
上级 57d1a2b6
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册