mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Added CallingConvention support, mangle specifying
This commit is contained in:
parent
904f907f1d
commit
61d9edea83
26 changed files with 413 additions and 96 deletions
|
@ -558,7 +558,7 @@ BfMethodDef* BfDefBuilder::CreateMethodDef(BfMethodDeclaration* methodDeclaratio
|
|||
methodDef->mCallingConvention = BfCallingConvention_Stdcall;
|
||||
}
|
||||
attributes = attributes->mNextAttribute;
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (methodDeclaration->mMixinSpecifier != NULL)
|
||||
{
|
||||
|
@ -773,7 +773,7 @@ void BfDefBuilder::ParseAttributes(BfAttributeDirective* attributes, BfMethodDef
|
|||
{
|
||||
methodDef->mCommutableKind = BfCommutableKind_Forward;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
attributes = attributes->mNextAttribute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue