]> Git Repo - qemu.git/commit
tcg/ppc: Fix failure in tcg_out_mem_long
authorRichard Henderson <[email protected]>
Fri, 27 Jun 2014 04:26:00 +0000 (21:26 -0700)
committerPeter Maydell <[email protected]>
Fri, 27 Jun 2014 12:23:41 +0000 (13:23 +0100)
commitd4cba13bdf251baeedb36b87c1e9f6766773e380
treefeb00c759613908a83226a695f4b80ca8e796d28
parentff4873cb8c81db89668d8b56e19e57b852edb5f5
tcg/ppc: Fix failure in tcg_out_mem_long

With rt != r0 on loads, we use rt for scratch.  If we need an index
register different from base, we can't use rt, but r0 is usable.

Signed-off-by: Richard Henderson <[email protected]>
Message-id: 1403843160[email protected]
Tested-by: Cédric Le Goater <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
tcg/ppc/tcg-target.c
This page took 0.024137 seconds and 4 git commands to generate.