Skip to content

Commit

Permalink
OPind and vector
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Jan 15, 2012
1 parent 61d4b88 commit 553d54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/cod2.c
Expand Up @@ -2627,7 +2627,7 @@ code *cdind(elem *e,regm_t *pretregs)
}
if (retregs & XMMREGS)
{
assert(sz == 4 || sz == 8); // float or double
assert(sz == 4 || sz == 8 || sz == 16); // float, double or vector
cs.Iop = xmmload(tym);
reg -= XMM0;
goto L2;
Expand Down

0 comments on commit 553d54c

Please sign in to comment.