Skip to content

Commit

Permalink
Issue 5741 - SYSCALL missing modify registers check
Browse files Browse the repository at this point in the history
  • Loading branch information
Govelius committed Apr 3, 2011
1 parent cf72877 commit aba26e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/iasm.c
Original file line number Diff line number Diff line change
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 aba26e9

Please sign in to comment.