fix a bug loading functions with 8 or more arguments
authorAndy Wingo <wingo@pobox.com>
Tue, 2 Sep 2008 07:13:08 +0000 (00:13 -0700)
committerAndy Wingo <wingo@pobox.com>
Tue, 2 Sep 2008 17:30:39 +0000 (10:30 -0700)
commit7950b4cffb638cb34ecb79b0696d409d3034f467
tree17d501b98f901e478fa5ceebd079782d37525cda
parent124c52d8bbfbc20a1184493182e090167685664e
fix a bug loading functions with 8 or more arguments

* libguile/vm-i-loader.c: A combination of superstition and a bugfix:
  make sure that we treat bits as being of a type as wide as we think it
  is, and, more importantly, allow for programs with 8 <= nargs < 16.
libguile/vm-i-loader.c