This commit is contained in:
rsc 2005-01-07 23:10:37 +00:00
parent 6af7b77611
commit 0a76e9690e
2 changed files with 2 additions and 2 deletions

View file

@ -102,7 +102,7 @@ attachargs(int argc, char **argv, int omode)
}
if(symhdr)
syminit(symhdr);
symopen(symhdr);
if(!mach)
mach = machcpu;

View file

@ -124,7 +124,7 @@ print("elfdl386mapdl\n");
unmapfile(corhdr, cormap);
mapfile(hdr, addr, cormap, nil);
}
if(syminit(hdr) < 0)
if(symopen(hdr) < 0)
fprint(2, "syminit %s: %\r", buf);
}
}