Fixed register used in asm.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1195 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
normmatt234 2013-04-07 05:47:26 +00:00
parent 6400102ddc
commit 2223d4f982
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ static void count(u32 opcode, int cond_res)
EMIT2(cmp, KONST(0x0F), eax) \
EMIT2(mov, REGREF2(eax,4), eax) \
EMIT1(jne, LABELREF(3,f)) \
EMIT2(add, KONST(4), ax) \
EMIT2(add, KONST(4), eax) \
LABEL(3) \
EMIT2(movzx, ch, ecx) \
EMIT2(and, KONST(0x0F), ecx) \