mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
mGlobalsTargetType NULL check
This commit is contained in:
parent
229c7fbd12
commit
e9c85529a6
1 changed files with 4 additions and 1 deletions
|
@ -286,7 +286,10 @@ COFF::~COFF()
|
|||
}
|
||||
|
||||
const char* COFF::CvCheckTargetMatch(const char* name, bool& wasBeef)
|
||||
{
|
||||
{
|
||||
if (mGlobalsTargetType == NULL)
|
||||
return NULL;
|
||||
|
||||
/*if (mGlobalsTargetType->IsGlobalsContainer())
|
||||
{
|
||||
wasBeef = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue