aboutsummaryrefslogtreecommitdiff
blob: 3eb04d8b8f79c9b463e4572fb5354cd044f32009 (plain)
1
2
3
4
5
6
7
8
9
.globl cc
.globl dd

.text
cc:
    csrr a0, sie
    csrr a1, sie
dd:
    ret