Changeset c64e4ed4 in rtems for c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
- Timestamp:
- 01/15/96 21:50:28 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a625ccd
- Parents:
- 5c491aef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c
r5c491aef rc64e4ed4 23 23 24 24 #include <rtems.h> 25 #include <rtems/error.h> 26 25 27 #include <shm.h> 26 28 … … 39 41 case NO_INTERRUPT: 40 42 break; 43 41 44 case LONG: 42 45 u32 = (rtems_unsigned32 *)intr->address; … … 45 48 default: 46 49 fprintf( stderr, "Shm_Cause_interrupt_pxfl: Unsupported length!!!\n" ); 47 rtems_shutdown_executive( 0 );48 break;49 50 } 50 51 }
Note: See TracChangeset
for help on using the changeset viewer.