Browse Source

.fat --> .fatal

ceriel 37 years ago
parent
commit
d43ddf6abc
5 changed files with 6 additions and 6 deletions
  1. 1 1
      mach/m68k4/libem/csa.s
  2. 1 1
      mach/m68k4/libem/csb.s
  3. 2 2
      mach/m68k4/libem/fat.s
  4. 1 1
      mach/m68k4/libem/lfr.s
  5. 1 1
      mach/m68k4/libem/ret.s

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

@@ -27,6 +27,6 @@
 	rts			! not a real rts
 2:
 	move.w	#ECASE,-(sp)
-	jmp	.fat
+	jmp	.fatal
 
 .align 2

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

@@ -21,7 +21,7 @@
 	move.l	a1,d1		! default jump address
 	bne	4f
 	move.l	#ECASE,-(sp)
-	jmp	.fat
+	jmp	.fatal
 3:
 	move.l	(a0)+,a1	! get jump address
 4:

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

@@ -1,11 +1,11 @@
-.define	.fat
+.define	.fatal
 .sect .text
 .sect .rom
 .sect .data
 .sect .bss
 
 	.sect .text
-.fat:
+.fatal:
 	jsr	.trp	
 	jmp	EXIT
 .align 2

+ 1 - 1
mach/m68k4/libem/lfr.s

@@ -25,5 +25,5 @@
 	jmp(a0)
 4:
 	move.w	#EILLINS,-(sp)
-	jmp	.fat
+	jmp	.fatal
 .align 2

+ 1 - 1
mach/m68k4/libem/ret.s

@@ -26,5 +26,5 @@
 	rts
 4:
 	move.w	#EILLINS,-(sp)
-	jmp	.fat
+	jmp	.fatal
 .align 2