Skip to content

Commit

Permalink
out of sync fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed May 2, 2011
1 parent 5425955 commit ab15d54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iasm.c
Expand Up @@ -2695,6 +2695,9 @@ STATIC regm_t asm_modify_regs(PTRNTAB ptb, OPND *popnd1, OPND *popnd2)
usRet |= mSI;
popnd1 = NULL;
break;
case _modcxr11:
usRet |= (mCX | mR11);
break;
}
if (popnd1 && ASM_GET_aopty(popnd1->usFlags) == _reg)
{
Expand Down

0 comments on commit ab15d54

Please sign in to comment.