1
0
geforkt von xt-sys/exectos

Fix type of Source parameter in HlLoadSegment() routine

Dieser Commit ist enthalten in:
2023-01-24 23:08:48 +01:00
Ursprung 35aa514f95
Commit 707dc37868
4 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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

Datei anzeigen

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