Fix argument passing in VM hooks.
authorLudovic Courtès <ludo@gnu.org>
Sun, 26 Sep 2010 14:24:35 +0000 (16:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Sun, 26 Sep 2010 23:25:45 +0000 (01:25 +0200)
commit8e4c60ff2902363b41f4c23e686ad65c17e90196
tree2d9afc272f1c7e0d0595460b75f8b2f525ef23d5
parent8684029d210be37775e32f7f4b4ca499bb1f1c56
Fix argument passing in VM hooks.

* libguile/vm.c (vm_dispatch_hook): Take care of FRAME's alignment
  explicitly so that it's correct even if the current stack frame isn't
  8-byte aligned (as can be the case on i686--the SysV i386 ABI just
  says that the stack is word-aligned.)
libguile/vm.c