Correct stacking direction and use of address offset
This commit is contained in:
committed by
Øyvind Harboe
parent
53c0fb6ef5
commit
6349a47ebc
@@ -57,7 +57,7 @@ static const struct stack_register_offset rtos_standard_Cortex_M3_stack_offsets
|
||||
const struct rtos_register_stacking rtos_standard_Cortex_M3_stacking =
|
||||
{
|
||||
0x40, // stack_registers_size
|
||||
1, // stack_growth_direction
|
||||
-1, // stack_growth_direction
|
||||
26, // num_output_registers
|
||||
rtos_standard_Cortex_M3_stack_offsets // register_offsets
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user