Mercurial > flash_v2
diff packages/hal/mips/arch/current/src/mips-stub.c @ 112:02ea4320376c ecos-sw-2000-07-21
Merge from eCos master repository on 2000-07-21-21:01:39-BST
| author | jlarmour |
|---|---|
| date | Fri, 21 Jul 2000 21:34:11 +0000 |
| parents | bf00f99aec69 |
| children | 6ed91473a1cd |
line wrap: on
line diff
--- a/packages/hal/mips/arch/current/src/mips-stub.c +++ b/packages/hal/mips/arch/current/src/mips-stub.c @@ -348,10 +348,14 @@ void __install_breakpoints () __data_cache (CACHE_FLUSH) ; __instruction_cache (CACHE_FLUSH) ; } + + /* Install the breakpoints in the breakpoint list */ + __install_breakpoint_list(); } void __clear_breakpoints (void) { + __clear_breakpoint_list(); }
