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