mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixed missing unwind tables in main, which broke SEH catching
This commit is contained in:
parent
5b34fb1948
commit
235a3c6f62
4 changed files with 23 additions and 11 deletions
|
@ -1678,7 +1678,7 @@ public:
|
|||
void CreateDllImportMethod();
|
||||
BfIRCallingConv GetCallingConvention(BfTypeInstance* typeInst, BfMethodDef* methodDef);
|
||||
BfIRCallingConv GetCallingConvention(BfMethodInstance* methodInstance);
|
||||
void SetupLLVMMethod(BfMethodInstance* methodInstance, BfIRFunction func, bool isInlined);
|
||||
void SetupIRMethod(BfMethodInstance* methodInstance, BfIRFunction func, bool isInlined);
|
||||
void EmitCtorBody(bool& skipBody);
|
||||
void EmitDtorBody();
|
||||
void EmitEnumToStringBody();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue