Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions platform/windows-kernel/platform_windows_kernel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down