blob: 401f8e73222e98d599194e7d24fec1ac84dd7a2a (
plain) (
tree)
|
|
.set noreorder
.global __restore_rt
.global __restore
.hidden __restore_rt
.hidden __restore
.type __restore_rt,@function
.type __restore,@function
__restore_rt:
__restore:
li $2,5211
syscall
|