git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4674 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-09-16 18:01:29 +00:00
parent 0220bb792b
commit c6ed1fb4ff
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ typedef void (*stm8func_t)(void);
*/ */
struct extctx { struct extctx {
uint8_t _next; uint8_t _next;
uint8_t c_lreg[4];
uint8_t c_y[3]; uint8_t c_y[3];
uint8_t c_x[3]; uint8_t c_x[3];
uint8_t cc; uint8_t cc;