mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 06:34:36 +00:00
Make disconnect
volatile as it's written by a signal handler.
This commit is contained in:
parent
9b15870991
commit
8c3868e43b
@ -25,7 +25,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
bool disconnect = false;
|
||||
volatile bool disconnect = false;
|
||||
|
||||
void SigInt( int )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user