#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.149 1992/05/23 00:11:27 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/runtime.pkg,v 14.150 1992/05/23 01:13:04 jinx Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
microcode-type/code-limit
microcode-type/name->code)
(export (runtime save/restore)
- read-microcode-tables!)
+ re-read-microcode-tables!)
(initialization (initialize-package!)))
(define-package (runtime number)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/savres.scm,v 14.24 1992/02/08 15:08:37 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/savres.scm,v 14.25 1992/05/23 01:12:47 jinx Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
(error "Disk save failed:" filename))))
(continuation after-suspend)))
((ucode-primitive set-fixed-objects-vector!) fixed-objects)
- (read-microcode-tables!)
+ (re-read-microcode-tables!)
after-restore)))))))
(define (dump-world/kernel filename after-suspend after-restore)
#| -*-Scheme-*-
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.149 1992/05/23 00:11:27 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/runtime/runtime.pkg,v 14.150 1992/05/23 01:13:04 jinx Exp $
Copyright (c) 1988-92 Massachusetts Institute of Technology
microcode-type/code-limit
microcode-type/name->code)
(export (runtime save/restore)
- read-microcode-tables!)
+ re-read-microcode-tables!)
(initialization (initialize-package!)))
(define-package (runtime number)