mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 17:21:33 +00:00
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:
commit
98ffef26dc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user