Skip to content

Commit

Permalink
Merge pull request #5 from klecko/bugfix
Browse files Browse the repository at this point in the history
Fix persistent mode on 32-bit target on 64-bit host
  • Loading branch information
andreafioraldi committed Nov 11, 2020
2 parents 3ed38f9 + 74eb49b commit c26b428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemuafl/cpu-translate.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include "tcg/tcg.h"
#include "tcg/tcg-op.h"

#if TCG_TARGET_REG_BITS == 64
#if TARGET_LONG_BITS == 64
#define _DEFAULT_MO MO_64
#else
#define _DEFAULT_MO MO_32
Expand Down

0 comments on commit c26b428

Please sign in to comment.