Forgotten to change signature in bootloader
Some checks failed
Builds / ExectOS (i686, release) (push) Failing after 27s
Builds / ExectOS (i686, debug) (push) Failing after 28s
Builds / ExectOS (amd64, release) (push) Failing after 33s
Builds / ExectOS (amd64, debug) (push) Failing after 35s

This commit is contained in:
2026-02-10 18:26:50 +01:00
parent edb40dd62b
commit 47ec89a85e

View File

@@ -80,7 +80,7 @@ namespace RTL
IN PLIST_ENTRY Entry); IN PLIST_ENTRY Entry);
STATIC XTCDECL VOID InsertTailList(IN OUT PLIST_ENTRY ListHead, STATIC XTCDECL VOID InsertTailList(IN OUT PLIST_ENTRY ListHead,
IN PLIST_ENTRY Entry); IN PLIST_ENTRY Entry);
STATIC XTCDECL VOID RemoveEntryList(IN PLIST_ENTRY Entry); STATIC XTCDECL BOOLEAN RemoveEntryList(IN PLIST_ENTRY Entry);
}; };
class Memory class Memory