relax an assertion -- the test suite completes without aborting, whee
authorAndy Wingo <wingo@pobox.com>
Sat, 11 Oct 2008 10:01:25 +0000 (12:01 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 11 Oct 2008 10:01:25 +0000 (12:01 +0200)
commit27d43e3cf72128bbf2ad4f4ee24585da5e238395
tree6d4e1d01d27e8e7f95361d9c983c9c443ead7446
parent2bbe1533e8cf0f3954229d55b03f265d1a82fc90
relax an assertion -- the test suite completes without aborting, whee

* libguile/vm-i-system.c (call/cc, goto/cc): Don't assert that ip matches
  vp->ip, because vp->ip is not restored by vm_reset_stack, and indeed
  it's re-set to 0 by `halt'. But still, perhaps reset_stack and halt
  should indeed reset vp->ip.
libguile/vm-i-system.c