From: Chris Hanson Date: Tue, 2 Jul 1991 19:24:10 +0000 (+0000) Subject: Change hardware traps to be errors. Eliminate MICROCODE-ASYNCHRONOUS X-Git-Tag: 20090517-FFI~10490 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d583dc72dd17a2d89c1d869031c49532eb49db91;p=mit-scheme.git Change hardware traps to be errors. Eliminate MICROCODE-ASYNCHRONOUS condition class. --- diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index c001c6f2b..7eda1458d 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.110 1991/06/24 23:16:20 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.111 1991/07/02 19:24:10 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1125,7 +1125,6 @@ MIT in each case. |# condition-type:hardware-trap condition-type:impurify-object-too-large condition-type:inapplicable-object - condition-type:microcode-asynchronous condition-type:out-of-file-handles condition-type:primitive-io-error condition-type:primitive-procedure-error diff --git a/v8/src/runtime/runtime.pkg b/v8/src/runtime/runtime.pkg index abfad068e..c57f065d6 100644 --- a/v8/src/runtime/runtime.pkg +++ b/v8/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.110 1991/06/24 23:16:20 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.111 1991/07/02 19:24:10 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -1125,7 +1125,6 @@ MIT in each case. |# condition-type:hardware-trap condition-type:impurify-object-too-large condition-type:inapplicable-object - condition-type:microcode-asynchronous condition-type:out-of-file-handles condition-type:primitive-io-error condition-type:primitive-procedure-error