Mercurial > ecos
diff packages/hal/common/current/src/bplist-dynamic.c @ 156:b939e9cada46
Merge from eCos master repository on 2001-03-29-21:44:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 06 Apr 2001 17:20:13 +0000 |
| parents | 25e238959bae |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/hal/common/current/src/bplist-dynamic.c +++ b/packages/hal/common/current/src/bplist-dynamic.c @@ -53,6 +53,11 @@ #include <cyg/hal/hal_arch.h> #include <cyg/hal/hal_cache.h> +#ifdef TARGET_HAS_HARVARD_MEMORY +#define __read_mem_safe __read_progmem_safe +#define __write_mem_safe __write_progmem_safe +#endif + /* * A simple target breakpoint list without using malloc. * To use this package, you must define HAL_BREAKINST_SIZE to be the size
