mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 05:04:14 +03:00
misc: Move defer_error label inside #ifdef block to avoid compiler warning
This commit is contained in:
parent
f1859036f5
commit
4d063c4d66
@ -62,9 +62,10 @@ new_base_gotten:
|
||||
new_entry_point(ImageHandle, SystemTable);
|
||||
__builtin_unreachable();
|
||||
}
|
||||
#endif
|
||||
|
||||
defer_error:
|
||||
#endif
|
||||
|
||||
gST->ConOut->EnableCursor(gST->ConOut, false);
|
||||
|
||||
init_memmap();
|
||||
|
Loading…
x
Reference in New Issue
Block a user