pcsx2/fps2bios/kernel/iopload/excepman/ex_handler.s
laurence.muller a2791d843e Using standard SVN folder structure
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@398 96395faa-99c1-11dd-bbfe-3dabce05a288
2008-11-06 23:27:06 +00:00

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