Skip to content

Commit

Permalink
Remove undefined symbol in main.rs
Browse files Browse the repository at this point in the history
The _stack_top symbol is undefined and is initialised nowhere. This commit removes it from main.
  • Loading branch information
francois141 authored and CharlyCst committed Jan 28, 2025
1 parent a039df0 commit 7af6979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ extern "C" {
static _stack_start: u8;
static _bss_start: u8;
static _bss_stop: u8;
static _stack_top: u8;
static _start_address: u8;
}

Expand Down

0 comments on commit 7af6979

Please sign in to comment.