blob: b3c9f57b65360212bb470db93cd9f4d4fef362e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
.global __restore
.hidden __restore
.type __restore,@function
__restore:
ori r12, r0, 119
brki r14, 0x8
.global __restore_rt
.hidden __restore_rt
.type __restore_rt,@function
__restore_rt:
ori r12, r0, 173
brki r14, 0x8
|