Files
rtems/bsps/sparc64/shared/start/halt.S
Sebastian Huber 1554415ee8 bsp/sparc64: Move asm.S to bsps and rename
This patch is a part of the BSP source reorganization.

Update #3285.
2018-04-26 07:17:57 +02:00

18 lines
289 B
ArmAsm

/*
* 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.org/license/LICENSE.
*/
#include <rtems/asm.h>
.text
PUBLIC(halt)
.global halt
SYM(halt):
b halt
nop