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

This commit is contained in:
Rafal Kupiec 2023-01-24 23:08:48 +01:00
parent 35aa514f95
commit 707dc37868
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source);
IN ULONG Source);
XTCDECL
VOID

View File

@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
XTCDECL
VOID
HlLoadSegment(IN USHORT Segment,
IN PVOID Source);
IN ULONG Source);
XTCDECL
VOID

View File

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

View File

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