From: ceriel Date: Mon, 26 Oct 1987 09:30:26 +0000 (+0000) Subject: fixed a typo. Case errors gave wrong trap number X-Git-Tag: release-5-5~3786 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3ea6d40b4c959a69d918dfa072e61699f585090d;p=ack.git fixed a typo. Case errors gave wrong trap number --- diff --git a/mach/mantra/int/mloopa b/mach/mantra/int/mloopa index 725e9c92e..caecf5e80 100644 --- a/mach/mantra/int/mloopa +++ b/mach/mantra/int/mloopa @@ -19,7 +19,7 @@ e_stack: mov #0x10,-(sp) ; bra fatal e_heap: mov #0x11,-(sp) ; bra fatal e_illins: mov #0x12,-(sp) ; bra fatal e_oddz: mov #0x13,-(sp) ; bra fatal -e_case: mov #0x11,-(sp) ; bra fatal +e_case: mov #0x14,-(sp) ; bra fatal e_memflt: mov #0x15,-(sp) ; bra fatal e_badptr: mov #0x16,-(sp) ; bra fatal e_badpc: mov #0x17,-(sp) ; bra fatal