X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=config_kern.h;h=c703b4def2006b2d058d81fa395e9c0a1e48af6b;hb=07382ad480794063a2d5be63547eb288034d9832;hp=2dcbae90c4eceec7c3e64d87b7d25f0821a7b6fb;hpb=42cfb32d63a5a136a8d17594f0ded8102a35887c;p=bertos.git diff --git a/config_kern.h b/config_kern.h index 2dcbae90..c703b4de 100644 --- a/config_kern.h +++ b/config_kern.h @@ -142,6 +142,10 @@ /* 16bit cpustack_t */ #define CONFIG_KERN_STACKFILLCODE 0xA5A5A5A5UL #define CONFIG_KERN_MEMFILLCODE 0xDBDBDBDBUL + #elif (SIZEOF_CPUSTACK_T == 8) + /* 16bit cpustack_t */ + #define CONFIG_KERN_STACKFILLCODE 0xA5A5A5A5A5A5A5A5UL + #define CONFIG_KERN_MEMFILLCODE 0xDBDBDBDBDBDBDBDBUL #else #error No cpustack_t size supported! #endif