]> git.proxmox.com Git - qemu.git/commit - linux-user/main.c
alpha-linux-user: Fix a3 error return with v0 error bypass.
authorRichard Henderson <rth@twiddle.net>
Thu, 7 Jun 2012 21:47:41 +0000 (14:47 -0700)
committerRichard Henderson <rth@twiddle.net>
Sat, 4 Aug 2012 16:37:49 +0000 (09:37 -0700)
commit0e141977e690ee6cd06e5a842eae0be291297efa
tree913c137679b20ad5b8bda0aa8bbdaf4a95e6c47a
parente7ea6cbefdddd63851d3e9b7bc1f82c2c2985756
alpha-linux-user: Fix a3 error return with v0 error bypass.

We were failing to initialize a3 for syscalls that bypass the
negative return value error check.

Signed-off-by: Richard Henderson <rth@twiddle.net>
linux-user/main.c