sudoaddable odot

R=rsc
APPROVED=rsc
DELTA=7  (0 added, 1 deleted, 6 changed)
OCL=31189
CL=31191
This commit is contained in:
Kai Backman 2009-07-06 09:23:41 -07:00
parent 6da41be2d3
commit cd4aab62e3

View File

@ -1801,13 +1801,12 @@ odot:
n1.xoffset = -(oary[0]+1);
}
fatal("sudoaddable odot not implemented");
// for(i=1; i<o; i++) {
// if(oary[i] >= 0)
// fatal("cant happen");
// gins(AMOVQ, &n1, reg);
// n1.xoffset = -(oary[i]+1);
// }
for(i=1; i<o; i++) {
if(oary[i] >= 0)
fatal("cant happen");
gins(AMOVW, &n1, reg);
n1.xoffset = -(oary[i]+1);
}
a->type = D_NONE;
a->name = D_NONE;