* signal.cc (sleep): Protect with sigframe.
This commit is contained in:
@@ -68,6 +68,7 @@ sleep (unsigned int seconds)
|
||||
int rc;
|
||||
unsigned start_time;
|
||||
unsigned int res;
|
||||
sigframe thisframe (mainthread);
|
||||
|
||||
start_time = GetTickCount ();
|
||||
|
||||
|
Reference in New Issue
Block a user