genode/base-mb/src/kernel/platforms/petalogix_s3adsp1800_mmu/include/errors.s

24 lines
484 B
ArmAsm
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Assembler Errors
* \author Martin Stein
* \date 2010-10-06
*
* Grouped into one include file for better management and identification
*/
/*
2012-01-03 15:35:05 +01:00
* Copyright (C) 2010-2012 Genode Labs GmbH
2011-12-22 16:19:25 +01:00
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
.macro _ERROR_NOTHING_LEFT_TO_CALL_BY_CRT0
brai 0x99000001
.endm
.macro _ERROR_UNKNOWN_USERLAND_BLOCKING_TYPE
brai 0x99000003
.endm