From ff32176e4f03f5de4dbd567388a89102bbd4f6ed Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 26 Aug 2026 14:22:34 -0400 Subject: [PATCH] Remove SysV from the Windows kernel platform --- platform/windows-kernel/platform_windows_kernel.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/platform/windows-kernel/platform_windows_kernel.cpp b/platform/windows-kernel/platform_windows_kernel.cpp index da303f9f5d..47a16d60f9 100644 --- a/platform/windows-kernel/platform_windows_kernel.cpp +++ b/platform/windows-kernel/platform_windows_kernel.cpp @@ -72,10 +72,6 @@ class WindowsKernelX64Platform : public Platform RegisterFastcallCallingConvention(cc); RegisterStdcallCallingConvention(cc); } - - // Linux-style calling convention is sometimes used internally by WindowsKernel applications - cc = arch->GetCallingConventionByName("sysv"); - RegisterCallingConvention(cc); } virtual bool GetFallbackEnabled() override