Skip to content

Commit

Permalink
Tweak for x86 mangling of RuntimeExports (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Nov 19, 2023
1 parent cc60bb7 commit a263e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public override string ExternMethod(string unmangledName, MethodDesc method)
else
{
Debug.Assert(method is Internal.TypeSystem.Ecma.EcmaMethod ecmaMethod && ecmaMethod.GetRuntimeExportName() != null);
callConv = UnmanagedCallingConventions.Cdecl;
return unmangledName;
}

int signatureBytes = 0;
Expand Down

0 comments on commit a263e5a

Please sign in to comment.