Fix crc32w decoding, fix a constant width in blendvpd.
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 4 Oct 2008 11:33:52 +0000 (11:33 +0000)
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 4 Oct 2008 11:33:52 +0000 (11:33 +0000)
commit000cacf6f9dce7d71f88aadf7e9b3688eaa3ab69
tree1251548122e5b9104facc48e228db900d0b738f9
parent9dc63a1efd50ab6f792b165dffe176547350bfcc
Fix crc32w decoding, fix a constant width in blendvpd.

Forced the constant's width to long long so that it doesn't overflow,
problem spotted by C. W. Betts.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5417 c046a42c-6fe2-441c-8c8c-71466251a162
target-i386/ops_sse.h
target-i386/translate.c