diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qruncom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c index 1f2b63e3c..7b25fcded 100644 --- a/tests/qruncom.c +++ b/tests/qruncom.c @@ -197,7 +197,7 @@ int main(int argc, char **argv) // cpu_set_log(CPU_LOG_TB_IN_ASM | CPU_LOG_TB_OUT_ASM | CPU_LOG_EXEC); - env = cpu_init(); + env = cpu_init("qemu32"); /* disable code copy to simplify debugging */ code_copy_enabled = 0; |