Merge pull request #239 from 0x1eadbead/fix-qemu-32-on-64

fix qemu persistent mode for 32-bit target on 64-bit host
This commit is contained in:
Andrea Fioraldi 2020-03-08 11:50:44 +01:00 committed by GitHub
commit 98ffef26dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
#include "tcg.h"
#include "tcg-op.h"
#if TCG_TARGET_REG_BITS == 64
#if TCG_TARGET_LONG_BITS == 64
#define _DEFAULT_MO MO_64
#else
#define _DEFAULT_MO MO_32