diff options
author | Alex Barcelo <abarcelo@ac.upc.edu> | 2012-02-09 23:55:46 +0000 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2012-03-15 13:12:10 +0100 |
commit | 32a2003af9cb0cb11b3992fd3248cb89752c53e9 (patch) | |
tree | 5abe6db595501da363dad4a7152db86e7f489b25 /qemu-options.hx | |
parent | ae7d54d489540b49b7c13a7df7ddc220588a2ced (diff) | |
download | qemu-32a2003af9cb0cb11b3992fd3248cb89752c53e9.zip |
Bad zero comparison for sas_ss_flags on powerpc
All architectures work the same way, and all check for sas_ss_flags ==
0. The powerpc lines are wrong, and do the check the other way round
(it's a qemu internal check, which is done wrong only for this
architecture, it's more a typo than a bug). It's NOT ppc specific,
it's POSIX standard (sigaltstack) and qemu internal.
I have a test source that I will send in a follow-up (it's longer than
I would have wished, I'm sure that a better test case can be written
if needed)
Signed-off-by: Alex Barcelo <abarcelo@ac.upc.edu>
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'qemu-options.hx')
0 files changed, 0 insertions, 0 deletions