Skip to content
Snippets Groups Projects
Commit 6e1551a8 authored by Andrew Dyer's avatar Andrew Dyer Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

arm920t fix constant error in start.S


Code in cpu/arm920t/start.S will die with a compilation error if
CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
the ARM sub instruction.  Change the code so that each is subtracted
independently to avoid the error.

Signed-off-by: default avatarAndrew Dyer <adyer@righthandtech.com>
parent b2325383
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment