Bug fix
This commit is contained in:
parent
c5a338c870
commit
f7b2ba3785
@ -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…
x
Reference in New Issue
Block a user