diff src/parallel_execution/rb_tree.c @ 103:6402a33250a6

remove stack from getQueue
author ikkun
date Wed, 02 Mar 2016 21:19:01 +0900
parents 851da1107223
children a574ba0da60f
line wrap: on
line diff
--- a/src/parallel_execution/rb_tree.c	Wed Mar 02 20:51:33 2016 +0900
+++ b/src/parallel_execution/rb_tree.c	Wed Mar 02 21:19:01 2016 +0900
@@ -310,8 +310,7 @@
         goto meta(context, Search);
     }
 
-    stack_pop(context->code_stack, &context->next);
-    goto meta(context, context->next);
+    goto meta(context, traverse->next);
 }
 
 __code get_stub(struct Context* context) {