Commit cd4aab62 authored by Kai Backman's avatar Kai Backman

sudoaddable odot

R=rsc
APPROVED=rsc
DELTA=7  (0 added, 1 deleted, 6 changed)
OCL=31189
CL=31191
parent 6da41be2
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment