diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qruncom.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c index 7b25fcdedc..6bc0b2b2d4 100644 --- a/tests/qruncom.c +++ b/tests/qruncom.c @@ -199,9 +199,6 @@ int main(int argc, char **argv) env = cpu_init("qemu32"); - /* disable code copy to simplify debugging */ - code_copy_enabled = 0; - /* set user mode state (XXX: should be done automatically by cpu_init ?) */ env->user_mode_only = 1; |