We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14e61d commit c90645fCopy full SHA for c90645f
1 file changed
Source/Mosa.Compiler.Framework/DelegatePatcher.cs
@@ -92,8 +92,8 @@ private static void PatchInvoke(BaseMethodCompiler methodCompiler)
92
93
if (methodCompiler.StoreOnStack(type))
94
{
95
- //fixme: handle structs
96
- System.Diagnostics.Debug.Assert(false);
+ b0.AppendInstruction(IRInstruction.LoadParameterCompound, vrs[i], methodCompiler.Parameters[i]);
+ b0.MosaType = type;
97
}
98
else
99
0 commit comments