Sort variables in fluid-let.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 26 Aug 1993 05:49:41 +0000 (05:49 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 26 Aug 1993 05:49:41 +0000 (05:49 +0000)
v7/src/compiler/base/asstop.scm

index 4fcc2d4d7586eb50b28166b2660d08ccc59ce4c5..546803b35b5ce2b33a2a96719e10ed3bc210a56c 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: asstop.scm,v 1.5 1993/08/26 05:48:53 gjr Exp $
+$Id: asstop.scm,v 1.6 1993/08/26 05:49:41 gjr Exp $
 
 Copyright (c) 1988-1993 Massachusetts Institute of Technology
 
@@ -85,10 +85,10 @@ MIT in each case. |#
     (thunk)))
 
 (define (bind-assembler&linker-variables thunk)
-  (fluid-let ((*block-label*)
+  (fluid-let ((*block-associations*)
+             (*block-label*)
              (*external-labels*)
              (*end-of-block-code*)
-             (*block-associations*)
              (*next-constant*)
              (*interned-constants*)
              (*interned-variables*)