.fat --> .fatal
authorceriel <none@none>
Fri, 27 Mar 1987 12:43:17 +0000 (12:43 +0000)
committerceriel <none@none>
Fri, 27 Mar 1987 12:43:17 +0000 (12:43 +0000)
mach/m68k4/libem/csa.s
mach/m68k4/libem/csb.s
mach/m68k4/libem/fat.s
mach/m68k4/libem/lfr.s
mach/m68k4/libem/ret.s

index b81acb3..9b8a483 100644 (file)
@@ -27,6 +27,6 @@
        rts                     ! not a real rts
 2:
        move.w  #ECASE,-(sp)
-       jmp     .fat
+       jmp     .fatal
 
 .align 2
index a5376b1..c97afab 100644 (file)
@@ -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:
index 670a3cf..044a361 100644 (file)
@@ -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
index 82e9d81..3b4ed52 100644 (file)
@@ -25,5 +25,5 @@
        jmp(a0)
 4:
        move.w  #EILLINS,-(sp)
-       jmp     .fat
+       jmp     .fatal
 .align 2
index 2e5bd18..c530e36 100644 (file)
@@ -26,5 +26,5 @@
        rts
 4:
        move.w  #EILLINS,-(sp)
-       jmp     .fat
+       jmp     .fatal
 .align 2