Correct stacking direction and use of address offset

This commit is contained in:
Alan Bowman
2011-05-11 12:12:07 +01:00
committed by Øyvind Harboe
parent 53c0fb6ef5
commit 6349a47ebc
2 changed files with 3 additions and 3 deletions

View File

@@ -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
};