Mercurial > ecos
diff packages/kernel/current/ChangeLog @ 1094:68e9fbe50ee5
Correct stack usage detection for stack checking configurations.
| author | bartv |
|---|---|
| date | Sun, 06 Jul 2003 14:35:36 +0000 |
| parents | 111911c5ca9e |
| children | 9ab0a182923a |
line wrap: on
line diff
--- a/packages/kernel/current/ChangeLog +++ b/packages/kernel/current/ChangeLog @@ -1,3 +1,9 @@ +2003-07-06 Bart Veer <bartv@ecoscentric.com> + + * include/test/stackmon.h (cyg_test_size_a_stack): + If stack checking is enabled, look for 0xdeadbeef rather than 0x0 + to determine usage. Also reset the interrupt stack to that value. + 2003-07-02 Jonathan Larmour <jifl@eCosCentric.com> * doc/kernel.sgml: Document that timeouts for timed functions are
