mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 19:17:10 +02:00
Fix more warnings
This commit is contained in:
parent
339d9ca83d
commit
689eadaece
5 changed files with 21 additions and 5 deletions
|
@ -5,7 +5,7 @@ using System.Runtime.Versioning;
|
|||
namespace ARMeilleure.Native
|
||||
{
|
||||
[SupportedOSPlatform("macos")]
|
||||
public static partial class JitSupportDarwin
|
||||
static partial class JitSupportDarwin
|
||||
{
|
||||
[LibraryImport("libarmeilleure-jitsupport", EntryPoint = "armeilleure_jit_memcpy")]
|
||||
public static partial void Copy(IntPtr dst, IntPtr src, ulong n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue