Skip to content

Commit

Permalink
malformed addr mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Feb 5, 2011
1 parent 5cd06ca commit 951686f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cod2.c
Expand Up @@ -2496,7 +2496,7 @@ code *cdind(elem *e,regm_t *pretregs)
{ retregs = ALLREGS & ~idxregs;
c = cat(c,allocreg(&retregs,&reg,TYint));
cs.Iop = 0x8B;
cs.Irm |= modregrm(0,reg,0);
code_newreg(&cs,reg);
getlvalue_msw(&cs);
ce = gen(CNIL,&cs); /* MOV reg,msw */
if (I32)
Expand Down

0 comments on commit 951686f

Please sign in to comment.