diff options
m--------- | Apology | 0 | ||||
-rw-r--r-- | lib/block_task.cpp | 1 | ||||
-rw-r--r-- | lib/gras_impl/debug.hpp | 2 |
3 files changed, 1 insertions, 2 deletions
diff --git a/Apology b/Apology -Subproject 95135476aa029eb3b669bf15aa37bbc095675ea +Subproject 2b6ac3d8556caecc9369f069d726da51425f53e diff --git a/lib/block_task.cpp b/lib/block_task.cpp index 3f012da..5b1a667 100644 --- a/lib/block_task.cpp +++ b/lib/block_task.cpp @@ -262,6 +262,5 @@ GRAS_FORCE_INLINE void BlockActor::conclusion(void) if (this->input_queues.all_ready() and this->output_queues.all_ready()) { this->Push(SelfKickMessage(), Theron::Address()); - return; } } diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp index f7117ee..077ac5d 100644 --- a/lib/gras_impl/debug.hpp +++ b/lib/gras_impl/debug.hpp @@ -31,7 +31,7 @@ //-- define to enable these debugs: //---------------------------------------------------------------------- //#define WORK_DEBUG -#define ASSERTING +//#define ASSERTING //#define MESSAGE_TRACING //---------------------------------------------------------------------- |