Skip to content
Snippets Groups Projects
Commit 3fdc41ad authored by Adrian Danis's avatar Adrian Danis
Browse files

x86: Correct link error with -fwhole-program

parent 2f34d633
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ boot_state_t boot_state;
/* There are a lot of assumptions on this being page aligned and
* precisely 4K in size. DO NOT MODIFY */
ALIGN(BIT(PAGE_BITS))
ALIGN(BIT(PAGE_BITS)) VISIBLE
char kernel_stack_alloc[4096];
/* global variables (not covered by abstract specification) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment