From c6ed1fb4ff5db362ed85bb7a5f677b4576cce53c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 16 Sep 2012 18:01:29 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4674 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/cosmic/STM8/chcore.h | 1 + 1 file changed, 1 insertion(+) diff --git a/os/ports/cosmic/STM8/chcore.h b/os/ports/cosmic/STM8/chcore.h index ffbac228b..73ceebeb7 100644 --- a/os/ports/cosmic/STM8/chcore.h +++ b/os/ports/cosmic/STM8/chcore.h @@ -94,6 +94,7 @@ typedef void (*stm8func_t)(void); */ struct extctx { uint8_t _next; + uint8_t c_lreg[4]; uint8_t c_y[3]; uint8_t c_x[3]; uint8_t cc;