diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 12:00:46 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 12:00:46 +0000 |
commit | a57f63167c3a04a42c5b4762045445b2e0685a31 (patch) | |
tree | 98297fe7ec0a21043cf330833453e6d0a4a2fcd8 /tests | |
parent | CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the... (diff) | |
download | qemu-kvm-a57f63167c3a04a42c5b4762045445b2e0685a31.tar.gz qemu-kvm-a57f63167c3a04a42c5b4762045445b2e0685a31.tar.bz2 qemu-kvm-a57f63167c3a04a42c5b4762045445b2e0685a31.zip |
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.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/qruncom.c b/tests/qruncom.c index 7b25fcded..6bc0b2b2d 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; |