Mercurial > ecos-v2_0-branch
diff packages/hal/powerpc/arch/current/src/ppc_stub.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 | f74b2666b30d |
| children | 52c99470ec11 |
line wrap: on
line diff
--- a/packages/hal/powerpc/arch/current/src/ppc_stub.c +++ b/packages/hal/powerpc/arch/current/src/ppc_stub.c @@ -235,7 +235,7 @@ void __clear_breakpoints (void) int __is_breakpoint_function () { - return get_register (PC) == (target_register_t)&CYG_LABEL_NAME(breakinst); + return get_register (PC) == (target_register_t)&_breakinst; }
