Skip to content
Snippets Groups Projects
Commit 31b63193 authored by Peter Maydell's avatar Peter Maydell Committed by Stefan Hajnoczi
Browse files

linux-user/syscall.c: Don't skip stracing for fcntl64 failure case


In an fcntl64 failure path, we were returning directly rather than
simply breaking out of the switch statement. This skips the strace
code for printing the syscall return value, so don't do that.

Acked-by: default avatarAlexander Graf <agraf@suse.de>
Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 4a2dd92d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment