Fix type of Source parameter in HlLoadSegment() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-01-24 23:08:48 +01:00
parent 35aa514f95
commit 707dc37868
4 changed files with 4 additions and 4 deletions

View File

@@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source)
IN ULONG Source)
{
switch(Segment)
{