Fix gdc-psyfork when checking linux offset (NPOTB)
This commit is contained in:
parent
b3c0b964b5
commit
cc0bf88a5f
@ -495,7 +495,7 @@ void CheckLinuxSigOffset(char* name, const char* symbol, void * handle)
|
||||
}
|
||||
else
|
||||
{
|
||||
sigOffset = GetOffset(sigOffsetKey, true);
|
||||
sigOffset = GetOffset(sigOffsetKey, false);
|
||||
sigOffsetByte = symbols.GetKeyValue((const char *)sigByteName);
|
||||
|
||||
if(sigOffset != -1 && sigOffsetByte != NULL)//Got the offset in the function
|
||||
|
Loading…
Reference in New Issue
Block a user