aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-12 12:00:46 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-12 12:00:46 +0000
commita57f63167c3a04a42c5b4762045445b2e0685a31 (patch)
tree98297fe7ec0a21043cf330833453e6d0a4a2fcd8 /tests
parenta39f8f3ad95bcc9912e92a752f019e755dce8d5b (diff)
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4434 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r--tests/qruncom.c3
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;