Change hardware traps to be errors. Eliminate MICROCODE-ASYNCHRONOUS
authorChris Hanson <org/chris-hanson/cph>
Tue, 2 Jul 1991 19:24:10 +0000 (19:24 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 2 Jul 1991 19:24:10 +0000 (19:24 +0000)
condition class.

v7/src/runtime/runtime.pkg
v8/src/runtime/runtime.pkg

index c001c6f2b4214c3e5605d6df7fdb5d249ec084e9..7eda1458d840dafa526ae3c57666252a287b691a 100644 (file)
@@ -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
index abfad068e6811afc0c04f4ab3eefc682e633e688..c57f065d6406530f4318d8dd3e97e4b7bd2a10b3 100644 (file)
@@ -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