summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc64/shared/asm/asm.S
blob: e6cbc4bb352fbf3044107ef89b4391ffbb557134 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 * Copyright (c) 2010
 * Gedare Bloom
 *
 * The license and distribution terms for this file may be found in the file
 * LICENSE in this distribution or at http://www.rtems.com/license/LICENSE.
 * 
 * $Id$
 */

#include <rtems/asm.h>

.text

PUBLIC(halt)
  .global halt
  SYM(halt):
	b halt
	nop