added guard code to allow callers to verify for a compatible trap #0 vector

This commit is contained in:
Markus Fröschle
2013-10-15 09:07:15 +00:00
parent 23a6951e04
commit b8933795e0

View File

@@ -11,6 +11,7 @@
// //
.text .text
dc.b 'B','A','S','_'
_xhdi_vec: _xhdi_vec:
lea -12(sp),sp // save all used registers according to XHDI spec lea -12(sp),sp // save all used registers according to XHDI spec
movem.l d1/a0-a1,(sp) movem.l d1/a0-a1,(sp)