* exceptions.cc (_threadinfo::pop): Zero *contents* of popped stack location

rather than the actual stack pointer.
This commit is contained in:
Christopher Faylor
2003-11-30 02:19:45 +00:00
parent f3a1e23eb3
commit b63ba3b6aa
5 changed files with 10 additions and 5 deletions

View File

@ -86,6 +86,8 @@ void __stdcall sigalloc ();
extern char myself_nowait_dummy[];
extern struct sigaction *global_sigs;
#define WAIT_SIG_PRIORITY THREAD_PRIORITY_TIME_CRITICAL
#define myself_nowait ((_pinfo *)myself_nowait_dummy)