summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/shsim/console/console-support.S
blob: 63f72f794b37247dfa47f3976a1fdb03e3cb3154 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 *  newlib-1.8.2/newlib/libc/sys/sh/trap.S
 */
        .text
        .global ___trap34
___trap34:
        trapa   #34
        tst     r1,r1   ! r1 is errno
        bt      ret
        mov.l   perrno,r2
        mov.l   r1,@r2
ret:
        rts
        nop

        .align  2
perrno:
        .long   _errno