mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Fixed enums in debugger, reformatting of operator constraints
This commit is contained in:
parent
533ef0856b
commit
7b8251c311
11 changed files with 65 additions and 22 deletions
|
@ -2168,6 +2168,9 @@ void BeIRCodeGen::HandleNextCmd()
|
|||
func->mIsDLLExport = true;
|
||||
else if (attribute == BFIRAttribute_DllImport)
|
||||
func->mIsDLLImport = true;
|
||||
else if (attribute == BFIRAttribute_NoRecurse)
|
||||
{
|
||||
}
|
||||
else
|
||||
BF_FATAL("Unhandled");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue