diff runtime/context.c @ 141:f2cb85c53ced

Fix Pause/Resume and rewrite Call Async in Rhope rather than C
author Mike Pavone <pavone@retrodev.com>
date Sat, 20 Nov 2010 17:48:22 -0500
parents c14698c512f1
children 7bbdc034e347
line wrap: on
line diff
--- a/runtime/context.c	Sat Nov 20 20:03:25 2010 +0000
+++ b/runtime/context.c	Sat Nov 20 17:48:22 2010 -0500
@@ -60,7 +60,6 @@
 	c->current_stack = c->stack_begin;
 	c->resume_cdata = c->runafter = c->transaction = NULL;	
 	c->resumeable = 0;
-	c->start_func = -1;
 	return c;
 }