OSDN Git Service

tcg-i386: Don't perform GETPC adjustment in TCG code
authorRichard Henderson <rth@twiddle.net>
Tue, 27 Aug 2013 17:47:49 +0000 (10:47 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 2 Sep 2013 16:08:30 +0000 (09:08 -0700)
commit5bcebc253c1637d3a5b957abc7460c49a670c4de
tree0d23f937045c3507e665b23595760a7e750026a7
parent0f842f8a246f2b5b51a11c13f933bf7a90ae8e96
tcg-i386: Don't perform GETPC adjustment in TCG code

Since we now perform it inside the helper, no need to do it here.
This also lets us perform a tail-call from the store slow path to
the helper.

Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/i386/tcg-target.c