forked from M-Labs/libfringe
riscv32: align stack to 4k boundary
This commit is contained in:
parent
9748bb8af8
commit
17ba0a3429
|
@ -44,7 +44,7 @@
|
||||||
use core::mem;
|
use core::mem;
|
||||||
use stack::Stack;
|
use stack::Stack;
|
||||||
|
|
||||||
pub const STACK_ALIGNMENT: usize = 16;
|
pub const STACK_ALIGNMENT: usize = 4096;
|
||||||
|
|
||||||
#[derive(Debug, Clone, Copy)]
|
#[derive(Debug, Clone, Copy)]
|
||||||
#[repr(transparent)]
|
#[repr(transparent)]
|
||||||
|
|
Loading…
Reference in New Issue