Skip to content

Commit

Permalink
arch/x86_64:Change extern g_intstackalloc to g_isrstackalloc
Browse files Browse the repository at this point in the history
Signed-off-by: liwenxiang1 <[email protected]>
  • Loading branch information
xianglyc authored and xiaoxiang781216 committed Oct 11, 2024
1 parent b9adff0 commit 9eb7665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86_64/src/common/x86_64_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ extern const uintptr_t g_idle_topstack[];

#if CONFIG_ARCH_INTERRUPTSTACK > 3
extern uint8_t g_intstackalloc[];
extern uint8_t g_intstackalloc[];
extern uint8_t g_isrstackalloc[];
#endif

/* These symbols are setup by the linker script. */
Expand Down

0 comments on commit 9eb7665

Please sign in to comment.