forked from xt-sys/exectos
Fix type of Source parameter in HlLoadSegment() routine
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user