Bug fix
This commit is contained in:
parent
50b2d9f4b8
commit
aab8668d4b
1 changed files with 2 additions and 0 deletions
|
@ -248,9 +248,11 @@ short s;
|
||||||
return;
|
return;
|
||||||
s &= ~S_DOT;
|
s &= ~S_DOT;
|
||||||
assert((s & ~(S_COM|S_VAR|S_TYP)) == 0);
|
assert((s & ~(S_COM|S_VAR|S_TYP)) == 0);
|
||||||
|
#ifdef ASLD
|
||||||
#ifndef THREE_PASS
|
#ifndef THREE_PASS
|
||||||
if (s == S_UND)
|
if (s == S_UND)
|
||||||
serror("bad relocation");
|
serror("bad relocation");
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
/*
|
/*
|
||||||
* always relocation info if S_VAR to solve problems with:
|
* always relocation info if S_VAR to solve problems with:
|
||||||
|
|
Loading…
Reference in a new issue