From 637c541190f704fee8ab7a869ff6a2ee20c09c9a Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 7 Oct 2010 16:59:47 -0600 Subject: [PATCH] fix for lightweight continuations and platforms where they're not available --- src/racket/src/jit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/racket/src/jit.c b/src/racket/src/jit.c index 9a482f8c89..76239cbe82 100644 --- a/src/racket/src/jit.c +++ b/src/racket/src/jit.c @@ -13336,6 +13336,7 @@ static int do_generate_more_common(mz_jit_state *jitter, void *_data) } } +#ifdef MZ_USE_LWC /* native_starter_code */ { native_starter_code = (LWC_Native_Starter)jit_get_ip().ptr; @@ -13350,7 +13351,6 @@ static int do_generate_more_common(mz_jit_state *jitter, void *_data) CHECK_LIMIT(); } -#ifdef MZ_USE_LWC /* continuation_apply_indirect_code */ { int in;