oops - reverse that

svn: r2562
This commit is contained in:
Matthew Flatt 2006-03-31 21:41:31 +00:00
parent 2670a1d075
commit 05b4ec317d

View File

@ -457,12 +457,6 @@ int scheme_setjmpup_relative(Scheme_Jumpup_Buf *b, void *base,
FLUSH_REGISTER_WINDOWS;
if (c) {
if (STK_COMP(c->buf.stack_from, start)) {
c = NULL;
}
}
if (STK_COMP((unsigned long)start, (unsigned long)&local))
start = (void *)&local;