Vadik Mironov wrote:
Good day, everybody!
In debug mode I encounter massive stack corruption, with the help of global
call_stack array. The only reason to this is plain return in function or no
EDBUG() macro at the start of the function.
I never use the EDBUG macro stuff myself, so it may very w
Good day, everybody!
In debug mode I encounter massive stack corruption, with the help of global
call_stack array. The only reason to this is plain return in function or no
EDBUG() macro at the start of the function.
So i suggest to join DBGCHECK from events.c and EDBUG macro, here is t