Fix the compilation break caused by a misplaced character in the last commit.

git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@225 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
arcum42 2008-10-21 11:29:15 +00:00 committed by Gregory Hainaut
parent c8b22145dd
commit ac6cccef88
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ static void VIFunpack(u32 *data, vifCode *v, int size, const unsigned int VIFdma
__asm movaps XMM_COL, xmmword ptr [g_vifCol1]
}
else {
__asm movaps XMM_ROW, xmmqword ptr [g_vifRow0]
__asm movaps XMM_ROW, xmmword ptr [g_vifRow0]
__asm movaps XMM_COL, xmmword ptr [g_vifCol0]
}
#endif