removed unused code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4434 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2008-05-12 12:00:46 +00:00
parent a39f8f3ad9
commit a57f63167c
5 changed files with 0 additions and 14 deletions

View file

@ -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;