blob: 4cd4e1b4e4c5dfbc30427465e2758dbec03efada (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
.set noreorder
.global __restore_rt
.global __restore
.hidden __restore_rt
.hidden __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
li $2,6211
syscall
|