[zzogl]: ooups forget 2 lines.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3495 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut 2010-07-15 16:52:25 +00:00
parent 4a23585a55
commit 71bcec243e
1 changed files with 2 additions and 2 deletions

View File

@ -460,7 +460,7 @@ End:
"test %[clut], 15\n"
"jnz WriteUnaligned\n"
"movdqa xmm7, s_clut16mask\n" // saves upper 16 bits
"movdqa xmm7, %[s_clut16mask]\n" // saves upper 16 bits
// have to save interlaced with the old data
"movdqa xmm4, [%[clut]]\n"
@ -501,7 +501,7 @@ End:
// %[clut] is offset by 2
"sub %[clut], 2\n"
"movdqa xmm7, s_clut16mask2\n" // saves lower 16 bits
"movdqa xmm7, %[s_clut16mask2]\n" // saves lower 16 bits
// have to save interlaced with the old data
"movdqa xmm4, [%[clut]]\n"