Mercurial > ecos
diff packages/hal/common/current/src/hal_misc.c @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 02ea4320376c |
| children | 289bf90c6a9b |
line wrap: on
line diff
--- a/packages/hal/common/current/src/hal_misc.c +++ b/packages/hal/common/current/src/hal_misc.c @@ -68,6 +68,10 @@ #endif +#if defined(CYGPKG_CYGMON) +unsigned long cygmon_memsize = 0; +#endif + //-------------------------------------------------------------------------- // Functions to support the detection and execution of a user provoked // program break. These are usually called from interrupt routines.
