mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@398 96395faa-99c1-11dd-bbfe-3dabce05a288
16 lines
248 B
ArmAsm
16 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
|
|
|
|
|