* fix compilation of qt under 32bit. Issue 24881

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2774 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
blikblum
2013-08-18 18:44:46 +00:00
parent aa771f6036
commit 9b89d94c74

View File

@ -284,7 +284,7 @@ asm
// Load MM4 with 128 to allow for saturated biasing.
MOV EAX, 128
DB $0F, $6E, AlphaBlendLineConstant$E0 /// MOVD MM4, EAX
DB $0F, $6E, $E0 /// MOVD MM4, EAX
DB $0F, $61, $E4 /// PUNPCKLWD MM4, MM4
DB $0F, $62, $E4 /// PUNPCKLDQ MM4, MM4