mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 07:39:26 +00:00
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
This commit is contained in:
@ -558,7 +558,6 @@ int main(int argc, char **argv)
|
||||
init_task_state(ts);
|
||||
ts->info = info;
|
||||
env->opaque = ts;
|
||||
env->user_mode_only = 1;
|
||||
|
||||
#if defined(TARGET_SPARC)
|
||||
{
|
||||
|
Reference in New Issue
Block a user