mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-17 18:21:46 +00:00
Fix compiler issues in 32-bit
This commit is contained in:
@@ -41,7 +41,6 @@ EXTERNC void multiboot_main(uintptr_t Magic, uintptr_t Info)
|
||||
BootInfo mb2binfo{};
|
||||
|
||||
{
|
||||
int pos = 0;
|
||||
auto InfoAddress = Info;
|
||||
for (auto Tag = (struct multiboot_tag *)((uint8_t *)InfoAddress + 8);
|
||||
;
|
||||
|
Reference in New Issue
Block a user