# HG changeset patch # User gthomas # Date 1037370738 0 # Node ID adaa3da3f4e7ca21a4f04e4c4e69f9e68d34de19 # Parent cd7e3413ad01b206f52f3abf0a93fe1cc7fcebd8 Changes in profiling API. diff --git a/packages/hal/powerpc/mpc8xx/current/ChangeLog b/packages/hal/powerpc/mpc8xx/current/ChangeLog --- a/packages/hal/powerpc/mpc8xx/current/ChangeLog +++ b/packages/hal/powerpc/mpc8xx/current/ChangeLog @@ -1,3 +1,7 @@ +2002-11-15 Gary Thomas + + * src/var_misc.c: Change in API for profile callback. + 2002-11-14 Gary Thomas * src/var_misc.c: diff --git a/packages/hal/powerpc/mpc8xx/current/src/var_misc.c b/packages/hal/powerpc/mpc8xx/current/src/var_misc.c --- a/packages/hal/powerpc/mpc8xx/current/src/var_misc.c +++ b/packages/hal/powerpc/mpc8xx/current/src/var_misc.c @@ -231,7 +231,7 @@ isr_pit(CYG_ADDRWORD vector, CYG_ADDRWOR { HAL_INTERRUPT_ACKNOWLEDGE (CYGNUM_HAL_INTERRUPT_SIU_PIT); - profile_hit(regs->pc); + __profile_hit(regs->pc); return Cyg_InterruptHANDLED; }