qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9
@ 2020-05-05 18:38 Daniele Buono
  2020-05-05 18:38 ` [PATCH v2 1/1] " Daniele Buono
  0 siblings, 1 reply; 3+ messages in thread
From: Daniele Buono @ 2020-05-05 18:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-ppc, Daniele Buono, David Gibson

This patch fixes a compilation error with Clang v9 and higher in
target/ppc/translate.c, on a comparison that is always true in PPC32
because of type sizes.

More information about the issue are in the first version of the patch.

v2, changed to avoid the nested ifdef/conditional solution of v1, and
keep a code structure more similar to the original.

Daniele Buono (1):
  target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9

 target/ppc/translate.c | 24 +++++++++++++++++++++---
 1 file changed, 21 insertions(+), 3 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-06  1:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-05 18:38 [PATCH v2 0/1] target-ppc: fix rlwimi, rlwinm, rlwnm for Clang-9 Daniele Buono
2020-05-05 18:38 ` [PATCH v2 1/1] " Daniele Buono
2020-05-06  1:36   ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).