Changeset 4bcd8dc in rtems
- Timestamp:
- Mar 18, 2013, 4:41:19 PM (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- af99ec25
- Parents:
- df6818f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/cpu/m68k/rtems/score/cpu.h
rdf6818f9 r4bcd8dc 254 254 #else 255 255 /* 256 * FP context save area for the M68881/M68882 and 68060 numeric coprocessors. 256 * FP context save area for the M68881/M68882 and 68060 numeric 257 * coprocessors. 257 258 */ 258 259 259 typedef struct { 260 260 /* … … 712 712 ); 713 713 714 void _CPU_Exception_frame_print( const CPU_Exception_frame *frame ); 714 /** 715 * This method prints the CPU exception frame. 716 * 717 * @param[in] frame points to the frame to be printed 718 */ 719 void _CPU_Exception_frame_print( 720 const CPU_Exception_frame *frame 721 ); 715 722 716 723 #if (M68K_HAS_FPSP_PACKAGE == 1)
Note: See TracChangeset
for help on using the changeset viewer.