from netbsd--remove bogus code.
authorbriggs <briggs@openbsd.org>
Sun, 14 Jan 1996 21:06:29 +0000 (21:06 +0000)
committerbriggs <briggs@openbsd.org>
Sun, 14 Jan 1996 21:06:29 +0000 (21:06 +0000)
sys/arch/mac68k/mac68k/locore.s

index 0566a16..fab0ace 100644 (file)
@@ -804,24 +804,6 @@ _esym:             .long   0
        .globl _IOBase
        .globl _NuBusBase
 
-       .globl _locore_dodebugmarks
-
-#define DEBUG
-#ifdef DEBUG
-#define debug_mark(s)                  \
-       .data   ;                       \
-0:     .asciz  s ;                     \
-       .text   ;                       \
-       tstl    _locore_dodebugmarks ;  \
-       beq     1f ;                    \
-       movml   #0xC0C0, sp@- ;         \
-       pea     0b ;                    \
-       jbsr    _printf ;               \
-       addql   #4, sp ;                \
-       movml   sp@+, #0x0303 ;         \
-1:     ;
-#endif
-
 start:
        movw    #PSL_HIGHIPL,sr         | no interrupts.  ever.
 
@@ -2124,5 +2106,3 @@ _mac68k_vrsrc_vec:
        .word   0, 0, 0, 0, 0, 0
 _mac68k_buserr_addr:
        .long   0
-_locore_dodebugmarks:
-       .long   0