comparison 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
comparison
equal deleted inserted replaced
114:5ad2b71d525e 115:6ed91473a1cd
64 (_x_) = (CYG_ADDRWORD)&&__backup_return_address 64 (_x_) = (CYG_ADDRWORD)&&__backup_return_address
65 65
66 #define CYGARC_HAL_GET_RETURN_ADDRESS_BACKUP() \ 66 #define CYGARC_HAL_GET_RETURN_ADDRESS_BACKUP() \
67 __backup_return_address: 67 __backup_return_address:
68 68
69 #endif
70
71 #if defined(CYGPKG_CYGMON)
72 unsigned long cygmon_memsize = 0;
69 #endif 73 #endif
70 74
71 //-------------------------------------------------------------------------- 75 //--------------------------------------------------------------------------
72 // Functions to support the detection and execution of a user provoked 76 // Functions to support the detection and execution of a user provoked
73 // program break. These are usually called from interrupt routines. 77 // program break. These are usually called from interrupt routines.