From 015fa1028ca4956af0edb0bfa921f9cc6523fca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20BRIDAY?= Date: Wed, 28 Feb 2024 10:24:16 +0100 Subject: [PATCH] =?UTF-8?q?[FPU]=20forgot=20a=20file=20in=20previous=20com?= =?UTF-8?q?mit=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goil/templates/code/cortex-m/handler_body.goilTemplate | 2 +- goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/goil/templates/code/cortex-m/handler_body.goilTemplate b/goil/templates/code/cortex-m/handler_body.goilTemplate index 9a5c7c3fa..24c2c0764 100755 --- a/goil/templates/code/cortex-m/handler_body.goilTemplate +++ b/goil/templates/code/cortex-m/handler_body.goilTemplate @@ -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 /*------------------------------------------------------------------------- diff --git a/goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate b/goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate index 3cd71df4a..55342a2e7 100755 --- a/goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate +++ b/goil/templates/code/cortex-m/tpl_primary_irq.goilTemplate @@ -86,10 +86,6 @@ end foreach * * @section infos File informations * - * $$Date$$ - * $$Rev$$ - * $$Author$$ - * $$URL$$ */ .syntax unified