OSDN Git Service

tcg: Tidy generated code for tcg_outN
authorRichard Henderson <rth@twiddle.net>
Wed, 14 Aug 2013 16:46:38 +0000 (09:46 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 26 Aug 2013 20:31:53 +0000 (13:31 -0700)
commit2bb8656dadcaa521a9699ab2a2632b68da36c998
tree8ed7bb10606b8e2701492f29ea7b7f4431c4a0f1
parentf7ad538e1ea130c8b6f3abb06ad6c856242c799e
tcg: Tidy generated code for tcg_outN

Aliasing was forcing s->code_ptr to be re-read after the store.
Keep the pointer in a local variable to help the compiler.

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