Enable disassembler.
authorChris Hanson <org/chris-hanson/cph>
Sat, 2 Jan 1999 02:51:52 +0000 (02:51 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 2 Jan 1999 02:51:52 +0000 (02:51 +0000)
v7/src/compiler/machines/spectrum/compiler.pkg

index 5b10fe5685bf6606b8597cd37789e7ee698c0502..18d59684d965b11540a56b572664266274dde4be 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: compiler.pkg,v 1.48 1997/06/12 04:36:08 cph Exp $
+$Id: compiler.pkg,v 1.49 1999/01/02 02:51:52 cph Exp $
 
 Copyright (c) 1988-97 Massachusetts Institute of Technology
 
@@ -659,7 +659,6 @@ MIT in each case. |#
   (export (compiler top-level)
          assemble))
 
-#|
 (define-package (compiler disassembler)
   (files "machines/spectrum/dassm1"
         "machines/spectrum/dassm2"
@@ -676,4 +675,3 @@ MIT in each case. |#
          dbg-label/external?
          dbg-label/name
          dbg-labels/find-offset))
-|#
\ No newline at end of file