On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64
commit52781543adc9590fee28d77b15634795a096fc86
authormalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 29 Jul 2008 20:08:17 +0000 (29 20:08 +0000)
committermalc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 29 Jul 2008 20:08:17 +0000 (29 20:08 +0000)
tree0c8d0ede25e604a3758912ef1e068a5087c7dea7
parent23cde8bb1265bc9dba63dac64055bd9857d7285f
On ppc32 make tb_set_jmp_target1 behave like it does on a ppc64

Avoids nasty warnings about flush_icache_range from gcc4 and inability
to compile [cpu-]exec.c with gcc3 and -O, also the function is much
too large to be candidate for inlining anyway.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4974 c046a42c-6fe2-441c-8c8c-71466251a162
exec-all.h
tcg/ppc/tcg-target.c