Skip to content

Commit

Permalink
Merge pull request #3807 from WalterBright/cfpsw
Browse files Browse the repository at this point in the history
another case like #3803
  • Loading branch information
yebblies authored and 9rnsr committed Jul 28, 2014
1 parent 38bb71c commit cda16fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/cod2.c
Expand Up @@ -2784,6 +2784,7 @@ code *cdind(elem *e,regm_t *pretregs)
code_newreg(&cs,reg);
ce = gen(CNIL,&cs); // MOV reg,lsw
gen2(ce,0xD1,modregrmx(3,4,reg)); // SHL reg,1
code_orflag(ce, CFpsw);
}
else if (sz <= REGSIZE)
{
Expand Down

0 comments on commit cda16fe

Please sign in to comment.