mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Added AArch64 support
This commit is contained in:
parent
3c153d27d2
commit
8c18d56c9e
6 changed files with 48 additions and 6 deletions
|
@ -3176,7 +3176,7 @@ void BfCompiler::UpdateRevisedTypes()
|
|||
|
||||
if (outerTypeDef->mDefState == BfTypeDef::DefState_Deleted)
|
||||
{
|
||||
BfLogSysM("UpdateRevisedTypes deleting type %p\n", outerTypeDef);
|
||||
BfLogSysM("UpdateRevisedTypes deleting outerTypeDef %p\n", outerTypeDef);
|
||||
outerTypeDef->mDefState = BfTypeDef::DefState_Deleted;
|
||||
mSystem->RemoveTypeDef(outerTypeDef);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue