mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
bool disconnect = false;
|
volatile bool disconnect = false;
|
||||||
|
|
||||||
void SigInt( int )
|
void SigInt( int )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user