]> git.proxmox.com Git - qemu.git/commit - linux-user/syscall.c
linux-user: Fix sparc32plus stat64 syscalls.
authorRichard Henderson <rth@twiddle.net>
Mon, 26 Apr 2010 17:27:22 +0000 (10:27 -0700)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 26 Apr 2010 17:30:17 +0000 (17:30 +0000)
commited18c5ce1d2aabdaa0a138463789b9fe812bb0e0
treeba1b94e21c33d8aa6057b9eb76ad68afa0ca239c
parent060718c19423fd1b24fa3a232bf99c5c97a7d61b
linux-user: Fix sparc32plus stat64 syscalls.

Check TARGET_ABI_BITS, not TARGET_LONG_BITS, when deciding
whether or not the guest needs special 64-bit stat translation.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
linux-user/syscall.c