Skip to content

Commit

Permalink
Add missing return in arm-semi, by Laurent Desnogues.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4814 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
ths committed Jul 1, 2008
1 parent 356265a commit a982b53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm-semi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a982b53

Please sign in to comment.