Revert "Use UnmanagedCallersOnly for delegates".

This reverts commit c8d598d5ac
This commit is contained in:
Evan Husted
2025-03-02 00:47:58 -06:00
parent c3083076ee
commit d304779938
13 changed files with 746 additions and 732 deletions

View File

@@ -726,8 +726,8 @@ namespace ARMeilleure.Instructions
if (absolute)
{
ne = EmitUnaryMathCall(context, nameof(MathHelper.Abs), ne);
me = EmitUnaryMathCall(context, nameof(MathHelper.Abs), me);
ne = EmitUnaryMathCall(context, nameof(Math.Abs), ne);
me = EmitUnaryMathCall(context, nameof(Math.Abs), me);
}
Operand e = EmitSoftFloatCall(context, name, ne, me);