source: rtems/c/src/lib/libbsp/powerpc/psim/startup/bspclean.c @ 867ab080

4.104.114.84.95
Last change on this file since 867ab080 was 08311cc3, checked in by Joel Sherrill <joel.sherrill@…>, on 11/17/99 at 17:51:34

Updated copyright notice.

  • Property mode set to 100644
File size: 365 bytes
Line 
1/*
2 *  COPYRIGHT (c) 1989-1999.
3 *  On-Line Applications Research Corporation (OAR).
4 *
5 *  The license and distribution terms for this file may be
6 *  found in the file LICENSE in this distribution or at
7 *  http://www.OARcorp.com/rtems/license.html.
8 *
9 *  $Id$
10 */
11
12void bsp_cleanup( void )
13{
14  asm volatile( "li  10,99" );  /* 0x63 */
15  asm volatile( "sc" );
16}
Note: See TracBrowser for help on using the repository browser.