score: Rename _BSP_Exception_frame_print()

Rename _BSP_Exception_frame_print() to _CPU_Exception_frame_print() to
be in line with other CPU port functions.
This commit is contained in:
Sebastian Huber
2014-09-11 09:10:16 +02:00
parent 6e0000ca61
commit c48cf0bd0c
8 changed files with 8 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ void BSP_printStackTrace(const BSP_Exception_frame *excPtr)
}
}
void _BSP_Exception_frame_print(const CPU_Exception_frame *excPtr)
void _CPU_Exception_frame_print(const CPU_Exception_frame *excPtr)
{
const Thread_Control *executing = _Thread_Executing;
bool synch = (int) excPtr->_EXC_number >= 0;