projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
356265a
)
Add missing return in arm-semi, by Laurent Desnogues.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Jul 2008 16:40:04 +0000
(16:40 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 1 Jul 2008 16:40:04 +0000
(16:40 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4814
c046a42c
-6fe2-441c-8c8c-
71466251a162
arm-semi.c
patch
|
blob
|
history
diff --git
a/arm-semi.c
b/arm-semi.c
index 1cf22038872b7219cb5b306074a6885c5148d2fc..cd77d1da0f0ad11e50cf47627b73489765f55cd3 100644
(file)
--- a/
arm-semi.c
+++ b/
arm-semi.c
@@
-362,6
+362,7
@@
uint32_t do_arm_semihosting(CPUState *env)
return (uint32_t)-1;
ret = set_swi_errno(ts, system(s));
unlock_user(s, ARG(0), 0);
+ return ret;
}
case SYS_ERRNO:
#ifdef CONFIG_USER_ONLY