diff packages/hal/i386/arch/current/src/i386_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 da3908c9cd10
children ac086aa3217e
line wrap: on
line diff
--- a/packages/hal/i386/arch/current/src/i386_stub.c
+++ b/packages/hal/i386/arch/current/src/i386_stub.c
@@ -164,7 +164,7 @@ int isBreakpointFunction ;
 int
 __is_breakpoint_function ()
 {
-    isBreakpointFunction = (get_register (PC) == (target_register_t)&CYG_LABEL_NAME(breakinst));
+    isBreakpointFunction = (get_register (PC) == (target_register_t)&_breakinst);
     return isBreakpointFunction ;
 }