]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg-sparc: Fix ld64 for 32-bit mode
authorRichard Henderson <rth@twiddle.net>
Fri, 6 Sep 2013 21:20:00 +0000 (14:20 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 17 Mar 2014 18:13:25 +0000 (11:13 -0700)
commite7bc9004e729d4db1fdced5ccc09a322df53723f
tree1a7947dac53b6cee3923e952ddec4aaf5c1d8161
parent87f639629334c4592c3ba1011af0f691db1e7ed1
tcg-sparc: Fix ld64 for 32-bit mode

Since were not using an annulled branch, we need to put a nop
in the delay slot.

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