Skip to content

Commit

Permalink
Update tools-local/tasks/mobile.tasks/WasmAppBuilder/PInvokeTableGene…
Browse files Browse the repository at this point in the history
…rator.cs

Co-authored-by: Ryan Lucia <ryan@luciaonline.net>
  • Loading branch information
vargaz and CoffeeFlux committed Oct 27, 2020
1 parent 8ce60eb commit 795594f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private string GenPInvokeDecl(PInvoke pinvoke)
// FIXME: System.Reflection.MetadataLoadContext can't decode function pointer types
// https://github.com/dotnet/runtime/issues/43791
sb.Append($"int {pinvoke.EntryPoint} (int, int, int, int, int);");
return sb.ToString ();
return sb.ToString();
}
sb.Append(MapType(method.ReturnType));
sb.Append($" {pinvoke.EntryPoint} (");
Expand Down

0 comments on commit 795594f

Please sign in to comment.