OSDN Git Service

add cortex-m0
[hos/hos-v4a.git] / kernel / source / arch / proc / arm / arm_v7m / gcc / khwf_hdr.S
1 /** 
2  *  Hyper Operating System V4 Advance
3  *
4  * Copyright (C) 1998-2011 by Project HOS
5  * http://sourceforge.jp/projects/hos/
6  */
7
8
9                                 .syntax unified
10
11
12                                 .text
13                                 .align  2
14
15
16 /************************************************
17   リセットハンドラ
18  ************************************************/
19                                 .global _kernel_hw_fault_handler
20                                 .thumb
21                                 .thumb_func
22                                 .type   _kernel_hw_fault_handler, %function
23 _kernel_hw_fault_handler:
24                                 b               _kernel_hw_fault_handler
25                                 
26                                 .size   _kernel_hw_fault_handler, .-_kernel_hw_fault_handler
27
28
29                                 .end
30
31
32 ; end of file
33