PPC: Fix TCG chunks that don't free their temps
commitc80d1df5083846396ab5120731a76a9d62900fda
authorAlexander Graf <agraf@suse.de>
Sun, 19 Jan 2014 16:26:33 +0000 (19 17:26 +0100)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:34 +0000 (16 13:24 +0200)
tree7597dad7896cbcd8e2581767bc49c3eec4e20841
parent3016dca06cba0ef9511f1c81c7e73bfc805fb254
PPC: Fix TCG chunks that don't free their temps

We want to make sure that every instruction cleans up after itself and
clears every temporary it allocated.

While checking whether this is already the case, I came across a few
cases where it isn't. This patch fixes every translation I found that
doesn't free their allocated temporaries.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate.c