mirror of
https://github.com/golang/go
synced 2024-11-20 05:04:43 -07:00
sudoaddable odot
R=rsc APPROVED=rsc DELTA=7 (0 added, 1 deleted, 6 changed) OCL=31189 CL=31191
This commit is contained in:
parent
6da41be2d3
commit
cd4aab62e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user