forked from xt-sys/exectos
Fix type of Source parameter in HlLoadSegment() routine
This commit is contained in:
@@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
IN PVOID Source)
|
||||
IN ULONG Source)
|
||||
{
|
||||
switch(Segment)
|
||||
{
|
||||
|
@@ -272,7 +272,7 @@ HlLoadGlobalDescriptorTable(IN PVOID Source)
|
||||
XTCDECL
|
||||
VOID
|
||||
HlLoadSegment(IN USHORT Segment,
|
||||
IN PVOID Source)
|
||||
IN ULONG Source)
|
||||
{
|
||||
switch(Segment)
|
||||
{
|
||||
|
Reference in New Issue
Block a user