Made the trap message more readable.
authorceriel <none@none>
Mon, 27 Oct 1986 10:17:36 +0000 (10:17 +0000)
committerceriel <none@none>
Mon, 27 Oct 1986 10:17:36 +0000 (10:17 +0000)
mach/vax4/libem/trp.s

index e677903..f9a2e1a 100644 (file)
@@ -27,7 +27,7 @@ L1:
 L2:
        # Put the (octal) trapnumber in the zeroes in Lemes[].
 
-       movl    $Lemesend-1,r1  # Addres after last '0'.
+       movl    $Lemesend-9,r1  # Addres after last '0'.
        movl    $5,r2           # Max number of digits.
        movl    (sp),r0         # Trap number in r0.
 L3:
@@ -42,7 +42,7 @@ L3:
        bpt
 .data
 Lemes:
-.byte 'E,'r,'r,' ,'0,'0,'0,'0,'0,0xa
+.byte 'E,'M,' ,'t,'r,'a,'p,' ,'0,'0,'0,'0,'0,' ,'(,'o,'c,'t,'a,'l,'),0xa
 Lemesend:
 .align 2
 Lwr: