changeset 426:adaa3da3f4e7

Changes in profiling API.
author gthomas
date Fri, 15 Nov 2002 14:32:18 +0000
parents cd7e3413ad01
children 0ff80f81c4e8
files packages/hal/powerpc/mpc8xx/current/ChangeLog packages/hal/powerpc/mpc8xx/current/src/var_misc.c
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/packages/hal/powerpc/mpc8xx/current/ChangeLog
+++ b/packages/hal/powerpc/mpc8xx/current/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-15  Gary Thomas  <gthomas@ecoscentric.com>
+
+	* src/var_misc.c: Change in API for profile callback.
+
 2002-11-14  Gary Thomas  <gthomas@ecoscentric.com>
 
 	* 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;
 }