Bug fix
This commit is contained in:
parent
c5a338c870
commit
f7b2ba3785
@ -248,9 +248,11 @@ short s;
|
||||
return;
|
||||
s &= ~S_DOT;
|
||||
assert((s & ~(S_COM|S_VAR|S_TYP)) == 0);
|
||||
#ifdef ASLD
|
||||
#ifndef THREE_PASS
|
||||
if (s == S_UND)
|
||||
serror("bad relocation");
|
||||
#endif
|
||||
#endif
|
||||
/*
|
||||
* always relocation info if S_VAR to solve problems with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user