mirror of https://github.com/PCSX2/pcsx2.git
17 lines
248 B
ArmAsm
17 lines
248 B
ArmAsm
|
|
||
|
.global defaultEH
|
||
|
.ent defaultEH
|
||
|
defaultEH:
|
||
|
.set noreorder
|
||
|
.set noat
|
||
|
.word 0
|
||
|
.word 0
|
||
|
|
||
|
jal defaultEHfunc
|
||
|
nop
|
||
|
cop0 0x10
|
||
|
nop
|
||
|
.end defaultEH
|
||
|
|
||
|
|