Changeset 3dbcece in rtems for c/src/tests/sptests/sp09/screen09.c
- Timestamp:
- 10/21/97 18:41:36 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 118a812
- Parents:
- a18ccfe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/sptests/sp09/screen09.c
ra18ccfe r3dbcece 44 44 "rtems_interrupt_catch with invalid handler" 45 45 ); 46 puts( "TA1 - rtems_interrupt_catch - RTEMS_INVALID_ADDRESS" ); 46 puts( "TA1 - rtems_interrupt_catch - bad handler RTEMS_INVALID_ADDRESS" ); 47 48 status = rtems_interrupt_catch( Service_routine, 3, NULL ); 49 fatal_directive_status( 50 status, 51 RTEMS_INVALID_ADDRESS, 52 "rtems_interrupt_catch with invalid old isr pointer" 53 ); 54 puts( "TA1 - rtems_interrupt_catch - old isr RTEMS_INVALID_ADDRESS" ); 47 55 48 56 status = rtems_signal_send( 100, RTEMS_SIGNAL_1 );
Note: See TracChangeset
for help on using the changeset viewer.