target-ppc: Bug in BookE wait instruction
commit35b5066ea7c2c3051fbc5a24b3d463b9800063e2
authorJakub Horak <thement@ibawizard.net>
Mon, 6 Jun 2016 08:47:28 +0000 (6 10:47 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 17 Jun 2016 05:59:16 +0000 (17 15:59 +1000)
tree3c3391228c2a217b138a2f65dd515ca0822b1cd5
parentfcbf4a3c0c576eec1321f9cff4fa0dd8e0b1a82f
target-ppc: Bug in BookE wait instruction

Fixed bug in code generation for the PowerPC "wait" instruction. It
doesn't make sense to store a non-initialized register.

Signed-off-by: Jakub Horak <thement@ibawizard.net>
[dwg: revised commit message]
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/translate.c