fix amd64 build

R=ken
OCL=32771
CL=32771
This commit is contained in:
Russ Cox 2009-08-05 00:11:24 -07:00
parent a121410541
commit ebdbbe0f49
1 changed files with 4 additions and 4 deletions

View File

@ -360,9 +360,9 @@ datastring(char *s, int len, Addr *a)
*a = ao;
// only generate data the first time.
if(ao.sym->uniq)
if(ao.sym->flags & SymUniq)
return;
ao.sym->uniq = 1;
ao.sym->flags |= SymUniq;
data();
for(w=0; w<len; w+=8) {
@ -440,9 +440,9 @@ datagostring(Strlit *sval, Addr *a)
}
*a = ao;
if(ao.sym->uniq)
if(ao.sym->flags & SymUniq)
return;
ao.sym->uniq = 1;
ao.sym->flags |= SymUniq;
data();
// DATA gostring, wp, $cstring