symopen
This commit is contained in:
parent
0070bb81c4
commit
3088012119
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ Map *dotmap;
|
||||||
void
|
void
|
||||||
setsym(void)
|
setsym(void)
|
||||||
{
|
{
|
||||||
if(symhdr && syminit(symhdr) < 0)
|
if(symhdr && symopen(symhdr) < 0)
|
||||||
dprint("syminit: %r\n");
|
dprint("symopen: %r\n");
|
||||||
/*
|
/*
|
||||||
Symbol s;
|
Symbol s;
|
||||||
if (mach->sbreg && lookup(0, mach->sbreg, &s) < 0)
|
if (mach->sbreg && lookup(0, mach->sbreg, &s) < 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue