Fix TARGET_LONG_BITS warning in TCG
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Dec 2008 08:16:43 +0000 (08:16 +0000)
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 13 Dec 2008 08:16:43 +0000 (08:16 +0000)
commit904158595e503aef6b552d968b661b950ecc2611
treea9bcfb88445cb1e835b0cf7c8751cc949d87d4c0
parent2e3bd4a4010dc9537c43f749ac3033b78e204663
Fix TARGET_LONG_BITS warning in TCG

Looking at tcg/tcg.c:828, the bug that the warning indicated would show up as
incorrect PC shown in log, only on 32 bit big endian host emulating a 64 bit
target, -d op flag enabled. Now that dyngen is gone, the patch can be applied.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5998 c046a42c-6fe2-441c-8c8c-71466251a162
tcg/tcg-runtime.c