qemu_mode: make building warning free

This commit is contained in:
hexcoder-
2020-05-09 20:02:32 +02:00
parent 102067d43d
commit 20392878f1
4 changed files with 19 additions and 15 deletions

View File

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