Ignore:
Timestamp:
01/15/96 21:50:28 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a625ccd
Parents:
5c491aef
Message:

updates from Tony Bennett for PA and UNIX ports

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/hppa1.1/simhppa/shmsupp/intr.c

    r5c491aef rc64e4ed4  
    2323
    2424#include <rtems.h>
     25#include <rtems/error.h>
     26
    2527#include <shm.h>
    2628
     
    3941    case NO_INTERRUPT:
    4042       break;
     43
    4144    case LONG:
    4245      u32   = (rtems_unsigned32 *)intr->address;
     
    4548    default:
    4649      fprintf( stderr, "Shm_Cause_interrupt_pxfl: Unsupported length!!!\n" );
    47       rtems_shutdown_executive( 0 );
    48       break;
    4950  }
    5051}
Note: See TracChangeset for help on using the changeset viewer.