diff options
Diffstat (limited to 'arch/sh/crt_arch.h')
-rw-r--r-- | arch/sh/crt_arch.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/sh/crt_arch.h b/arch/sh/crt_arch.h new file mode 100644 index 00000000..a69d1c9f --- /dev/null +++ b/arch/sh/crt_arch.h @@ -0,0 +1,9 @@ +__asm__("\ +.global _start \n\ +_start: \n\ + mov r15, r4 \n\ + mov #-16, r0 \n\ + and r0, r15 \n\ + bsr __cstart \n\ + nop \n\ +"); |