tcg/ppc: Adjust exit_tb for change in prologue placement
commit70f897bdc4ce4101ec008317d43090f532bfb07d
authorRichard Henderson <rth@twiddle.net>
Fri, 2 Oct 2015 21:09:54 +0000 (2 21:09 +0000)
committerRichard Henderson <rth@twiddle.net>
Mon, 19 Oct 2015 21:04:37 +0000 (19 11:04 -1000)
treefbe0a1e0f06b427415803753405128d4569f57e5
parent26c7be842637ee65a79cd77f96a99c23ddcd90ad
tcg/ppc: Adjust exit_tb for change in prologue placement

Changing the prologue to the beginning of the code_gen_buffer
changes the direction of the "return" branch.  Need to change
the logic to match.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/ppc/tcg-target.c