fix indentation
This commit is contained in:
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user