projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7008d58
)
bsd-user: Fix operand to cpu_x86_exec
author
Richard Henderson
<rth@twiddle.net>
Wed, 29 Jul 2015 18:40:52 +0000
(11:40 -0700)
committer
Peter Maydell
<peter.maydell@linaro.org>
Thu, 30 Jul 2015 11:38:49 +0000
(12:38 +0100)
Signed-off-by: Richard Henderson <rth@twiddle.net>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id:
1438195252
-21968-1-git-send-email-rth@twiddle.net
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
bsd-user/main.c
patch
|
blob
|
history
diff --git
a/bsd-user/main.c
b/bsd-user/main.c
index f46728bad82601568a8c9627842ff8b9d8ce5547..ee68daa395394852d33922be3fb3da4513ab7a78 100644
(file)
--- a/
bsd-user/main.c
+++ b/
bsd-user/main.c
@@
-173,7
+173,7
@@
void cpu_loop(CPUX86State *env)
//target_siginfo_t info;
for(;;) {
- trapnr = cpu_x86_exec(
env
);
+ trapnr = cpu_x86_exec(
cs
);
switch(trapnr) {
case 0x80:
/* syscall from int $0x80 */