|
From: Florian K. <br...@ac...> - 2011-10-26 19:51:14
|
On 10/26/2011 01:22 PM, Josef Weidendorfer wrote: > > If CLG_(current_state).bbcc is zero, the function flow should make > sure that there never can be a call to CLG_(push_call_stack), as > "delayed_push" will stay to be false. So, line 816 never will be executed, > and I simply can get rid of the test which lets BEAM to assume that > there could be problem. > To play save, I'll make it an assertion. This should make BEAM happy. > Yes, the assertion will be understood. Thanks, Florian |