Skip to content

Commit

Permalink
[FPU] forgot a file in previous commit…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël BRIDAY committed Feb 28, 2024
1 parent 1aa0c88 commit 015fa10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion goil/templates/code/cortex-m/handler_body.goilTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tpl_primary_irq_handler_% !handlerSource %:
* Load in r0 the pointer to the static descriptor of the running task
* r0 already points to tpl_kern (from stage 4)
*/
ldr r0,[r0,#TPL_KERN_OFFSET_S_RUNNING]
ldr r0,[r2,#TPL_KERN_OFFSET_S_RUNNING]
bl tpl_save_context_under_it

/*-------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ end foreach
*
* @section infos File informations
*
* $$Date$$
* $$Rev$$
* $$Author$$
* $$URL$$
*/

.syntax unified
Expand Down

0 comments on commit 015fa10

Please sign in to comment.