Read the documentation in qemu-doc.html or on http://wiki.qemu.org - QEMU team
Richard Henderson
authored
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>