# HG changeset patch # User vae # Date 1367257193 0 # Node ID 0e33931a6b39280553d6d64f8e069e8fe582c41f # Parent 79d84ff0523d3b6e31247cb83d0906d2ef52174b Remove unwanted diag_printf(). diff --git a/packages/hal/cortexm/arch/current/ChangeLog b/packages/hal/cortexm/arch/current/ChangeLog --- a/packages/hal/cortexm/arch/current/ChangeLog +++ b/packages/hal/cortexm/arch/current/ChangeLog @@ -1,3 +1,7 @@ +2013-04-29 Ilija Kocho + + * include/cortexm_stub.h: Remove unwanted diag_printf(). + 2013-02-10 Ilija Kocho Jonathan Larmour diff --git a/packages/hal/cortexm/arch/current/src/cortexm_stub.c b/packages/hal/cortexm/arch/current/src/cortexm_stub.c --- a/packages/hal/cortexm/arch/current/src/cortexm_stub.c +++ b/packages/hal/cortexm/arch/current/src/cortexm_stub.c @@ -282,10 +282,7 @@ int void __skipinst (void) { unsigned long pc = get_register(PC); - unsigned short a, b, *pc_p; pc += 2; - pc_p = (unsigned short *) pc; a=pc_p[0]; b=pc_p[1]; - diag_printf("BP = 0x%04x 0x%04x\n", a, b); put_register(PC, pc); }