mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Linux fix
This commit is contained in:
parent
aaccaa97e2
commit
b1a96fe001
2 changed files with 5 additions and 5 deletions
|
@ -2010,11 +2010,6 @@ void BeCOFFObject::Generate(BeModule* module)
|
|||
|
||||
BF_ASSERT(globalVar->mAlign != -1);
|
||||
|
||||
if (globalVar->mName == "sBfTypeData._J")
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if (globalVar->mIsConstant)
|
||||
{
|
||||
auto constVal = BeValueDynCast<BeConstant>(globalVar->mInitializer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue