fix typo when compiling receive forms
authorAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2009 20:37:44 +0000 (21:37 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 12 Jan 2009 20:37:44 +0000 (21:37 +0100)
* module/language/glil/compile-objcode.scm (codegen): Fix an embarassing
  typo, introduced in c2c82b62f40242a4212528c3d3e882038b48f0a2

module/language/glil/compile-objcode.scm

index f2560a5..4558ff0 100644 (file)
 
           ((<glil-mv-bind> vars rest)
             (push-bindings! (munge-bindings vars nargs))
-            (push-code! `(truncate-values ,(length binds) ,(if rest 1 0))))
+            (push-code! `(truncate-values ,(length vars) ,(if rest 1 0))))
 
           ((<glil-unbind>)
             (close-binding!))