Searched hist:eb2d44434467d810731c918c229fc30dc47e8237 (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/powerpc/ |
H A D | sprs.c | eb2d44434467d810731c918c229fc30dc47e8237 Sun Jun 02 12:25:55 UTC 2024 Nicholas Piggin <npiggin@gmail.com> powerpc/sprs: Fix report_kfail call
Parameters to report_kfail are wrong. String to bool conversion is not warned by gcc, and printf format did not catch it due to string variable being passed at the format location.
Fixes: 8f6290f0e6 ("powerpc/sprs: Specify SPRs with data rather than code") Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20240602122559.118345-2-npiggin@gmail.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
|