Fix gdc-psyfork when checking linux offset (NPOTB)

This commit is contained in:
Dr!fter 2013-07-18 21:04:03 -04:00
parent b3c0b964b5
commit cc0bf88a5f

View File

@ -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