forked from Imagelibrary/rtems
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user