mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-05 22:03:49 -04:00
Update the RegTest.S file used by several GCC RISC-V demos to ensure correct alignment of constant loads from assembly code.
This commit is contained in:
parent
96e61a10a5
commit
f6edf4adf9
3 changed files with 12 additions and 3 deletions
|
@ -58,7 +58,7 @@
|
|||
|
||||
/* Set mainCREATE_SIMPLE_BLINKY_DEMO_ONLY to one to run the simple blinky demo,
|
||||
or 0 to run the more comprehensive test and demo application. */
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 1
|
||||
#define mainCREATE_SIMPLE_BLINKY_DEMO_ONLY 0
|
||||
|
||||
/* Index to first HART (there is only one). */
|
||||
#define mainHART_0 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue