fix program disassembly for meta-in-a-thunk
authorAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 06:27:49 +0000 (08:27 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 9 Sep 2008 06:27:49 +0000 (08:27 +0200)
* module/system/vm/disasm.scm (disassemble-program): Fix for recent
  meta-in-a-thunk change.

module/system/vm/disasm.scm

index 20a8382..a16d6d1 100644 (file)
@@ -60,7 +60,7 @@
     (if (pair? exts)
        (disassemble-externals exts))
     (if meta
-       (disassemble-meta meta))
+       (disassemble-meta (meta)))
     ;; Disassemble other bytecode in it
     (for-each
      (lambda (x)