fix indentation

This commit is contained in:
Markus Fröschle
2017-04-08 16:29:01 +00:00
parent 49df1f6ee2
commit ec57991fb8

View File

@@ -20,7 +20,9 @@
*
* Created on: 26.02.2013
* Author: Markus Fröschle
*///
*/
//
// XHDI entry point
//
.extern _xhdi_call
@@ -33,7 +35,7 @@
//
.text
dc.b 'B','A','S','_'
.byte 'B','A','S','_'
_xhdi_vec:
lea -12(sp),sp // save all used registers according to XHDI spec
movem.l d1/a0-a1,(sp)
@@ -48,7 +50,7 @@ _xhdi_vec:
.bss
_old_vector:
.ds.l 1
.long 1
.text
@@ -61,5 +63,3 @@ _xhdi_sd_install:
move.l #_xhdi_vec,d0 // return our BaS vector to TOS
move.l d0,a0 //
rte
// vim: set syntax=asm68k :