blob: ec67b641a7e4be0ff84723866409698334cc013a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
.set noreorder
.section .text
.global ReturnFromException
.type ReturnFromException, @function
ReturnFromException:
addiu $t2, $0, 0xb0
jr $t2
addiu $t1, $0, 0x17
|