提交 a982b531 编写于 作者: T ths

Add missing return in arm-semi, by Laurent Desnogues.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4814 c046a42c-6fe2-441c-8c8c-71466251a162
上级 356265ae
...@@ -362,6 +362,7 @@ uint32_t do_arm_semihosting(CPUState *env) ...@@ -362,6 +362,7 @@ uint32_t do_arm_semihosting(CPUState *env)
return (uint32_t)-1; return (uint32_t)-1;
ret = set_swi_errno(ts, system(s)); ret = set_swi_errno(ts, system(s));
unlock_user(s, ARG(0), 0); unlock_user(s, ARG(0), 0);
return ret;
} }
case SYS_ERRNO: case SYS_ERRNO:
#ifdef CONFIG_USER_ONLY #ifdef CONFIG_USER_ONLY
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册