projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c537d79
)
bsd-user: Use cpu_reset() in after cpu_init()
author
Andreas Färber
<afaerber@suse.de>
Sat, 5 May 2012 12:28:09 +0000
(14:28 +0200)
committer
Andreas Färber
<afaerber@suse.de>
Mon, 4 Jun 2012 21:00:45 +0000
(23:00 +0200)
Eliminates cpu_state_reset() usage.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/main.c
patch
|
blob
|
history
diff --git
a/bsd-user/main.c
b/bsd-user/main.c
index 0689e38fb8d934e2d9f98e4fcc8ac91379f9a1b2..cd33d655f513b2011d04b22be885bd0830052b34 100644
(file)
--- a/
bsd-user/main.c
+++ b/
bsd-user/main.c
@@
-918,7
+918,7
@@
int main(int argc, char **argv)
exit(1);
}
#if defined(TARGET_I386) || defined(TARGET_SPARC) || defined(TARGET_PPC)
- cpu_
state_reset(env
);
+ cpu_
reset(ENV_GET_CPU(env)
);
#endif
thread_env = env;