Changeset 88d594a in rtems for cpukit/rtems/src


Ignore:
Timestamp:
05/24/95 21:39:42 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b9d6ddf
Parents:
bf61e45c
Message:

Fully tested on all in-house targets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/rtems/src/rtemstimer.c

    rbf61e45c r88d594a  
    147147      return( RTEMS_INTERNAL_ERROR );
    148148    case OBJECTS_LOCAL:
    149       if ( !_Timer_Is_dormant_class( the_timer->the_class ) ) {
     149      if ( !_Timer_Is_dormant_class( the_timer->the_class ) )
    150150        (void) _Watchdog_Remove( &the_timer->Ticker );
    151         _Thread_Enable_dispatch();
    152         return( RTEMS_SUCCESSFUL );
    153       }
    154       _Thread_Enable_dispatch();
    155       return( RTEMS_INCORRECT_STATE );
     151      _Thread_Enable_dispatch();
     152      return( RTEMS_SUCCESSFUL );
    156153  }
    157154
Note: See TracChangeset for help on using the changeset viewer.