Fix type of Source parameter in HlLoadSegment() routine
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
35aa514f95
commit
707dc37868
@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
|
|||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
HlLoadSegment(IN USHORT Segment,
|
HlLoadSegment(IN USHORT Segment,
|
||||||
IN PVOID Source);
|
IN ULONG Source);
|
||||||
|
|
||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
|
@ -66,7 +66,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source);
|
|||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
HlLoadSegment(IN USHORT Segment,
|
HlLoadSegment(IN USHORT Segment,
|
||||||
IN PVOID Source);
|
IN ULONG Source);
|
||||||
|
|
||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
|
@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
|
|||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
HlLoadSegment(IN USHORT Segment,
|
HlLoadSegment(IN USHORT Segment,
|
||||||
IN PVOID Source)
|
IN ULONG Source)
|
||||||
{
|
{
|
||||||
switch(Segment)
|
switch(Segment)
|
||||||
{
|
{
|
||||||
|
@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
|
|||||||
XTCDECL
|
XTCDECL
|
||||||
VOID
|
VOID
|
||||||
HlLoadSegment(IN USHORT Segment,
|
HlLoadSegment(IN USHORT Segment,
|
||||||
IN PVOID Source)
|
IN ULONG Source)
|
||||||
{
|
{
|
||||||
switch(Segment)
|
switch(Segment)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user