diff options
| author | aurel32 | 2009-01-14 20:40:27 +0100 |
|---|---|---|
| committer | aurel32 | 2009-01-14 20:40:27 +0100 |
| commit | 72d239ed26db3f288e73b68b70fcf1bb06f67900 (patch) | |
| tree | a7a198fb8a8599857f31ea3f4c22797ccd4ec45a /linux-user/main.c | |
| parent | Suppress i386 warnings (diff) | |
| download | qemu-72d239ed26db3f288e73b68b70fcf1bb06f67900.tar.gz qemu-72d239ed26db3f288e73b68b70fcf1bb06f67900.tar.xz qemu-72d239ed26db3f288e73b68b70fcf1bb06f67900.zip | |
Get rid of user_mode_only
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6305 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/main.c')
| -rw-r--r-- | linux-user/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-user/main.c b/linux-user/main.c index 5724f87e58..4b62d94a6c 100644 --- a/linux-user/main.c +++ b/linux-user/main.c @@ -2421,7 +2421,6 @@ int main(int argc, char **argv, char **envp) init_task_state(ts); ts->info = info; env->opaque = ts; - env->user_mode_only = 1; #if defined(TARGET_I386) cpu_x86_set_cpl(env, 3); |
