Changeset 58e3dc79 in rtems
- Timestamp:
- 10/08/97 18:25:30 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b546242
- Parents:
- 89f5f5a1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/samples/paranoia/init.c
r89f5f5a1 r58e3dc79 33 33 ) 34 34 { 35 /* 36 * Install whatever optional floating point assistance package 37 * is required by this CPU. 38 */ 39 40 #if (defined (m68040)) 41 M68KFPSPInstallExceptionHandlers (); 42 #endif 43 35 44 printf( "\n\n*** PARANOIA TEST ***\n" ); 36 45 paranoia(1, args); -
testsuites/samples/paranoia/init.c
r89f5f5a1 r58e3dc79 33 33 ) 34 34 { 35 /* 36 * Install whatever optional floating point assistance package 37 * is required by this CPU. 38 */ 39 40 #if (defined (m68040)) 41 M68KFPSPInstallExceptionHandlers (); 42 #endif 43 35 44 printf( "\n\n*** PARANOIA TEST ***\n" ); 36 45 paranoia(1, args);
Note: See TracChangeset
for help on using the changeset viewer.