Browse Source

define .cs[ab]4 instead of .cs[ab]

ceriel 30 years ago
parent
commit
a3de95550e
2 changed files with 4 additions and 4 deletions
  1. 2 2
      mach/m68k4/libem/csa.s
  2. 2 2
      mach/m68k4/libem/csb.s

+ 2 - 2
mach/m68k4/libem/csa.s

@@ -1,11 +1,11 @@
-.define .csa
+.define .csa4
 .sect .text
 .sect .rom
 .sect .data
 .sect .bss
 
 	.sect .text
-.csa:
+.csa4:
 	! case descriptor in a0
 	! index in d0
 	move.l	(a0)+,a1	! default address

+ 2 - 2
mach/m68k4/libem/csb.s

@@ -1,11 +1,11 @@
-.define .csb
+.define .csb4
 .sect .text
 .sect .rom
 .sect .data
 .sect .bss
 
 	.sect .text
-.csb:
+.csb4:
 	! case descriptor in a0
 	! index in d0
 	move.l	(a0)+,a1	! default jump address