fix a failure to sync regs in vm bytevector ops
authorAndy Wingo <wingo@pobox.com>
Wed, 23 Mar 2011 16:05:28 +0000 (17:05 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 23 Mar 2011 16:05:28 +0000 (17:05 +0100)
commitad301b6d58c2ca054ebe1fdfaf7357e61311a977
tree06b05f9a899d7cfbf3c7ed9c4b576e01fc08e400
parent8099352769c8b8ec8730f87f7fa6c8771b64efb9
fix a failure to sync regs in vm bytevector ops

* libguile/vm-i-scheme.c (BV_SET_WITH_ENDIANNESS, BV_FIXABLE_INT_SET)
  (BV_INT_SET, BV_FLOAT_SET): Sync registers before dispatching to the C
  function.
libguile/vm-i-scheme.c