1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add context to zone text failures.

This commit is contained in:
Bartosz Taudul
2021-10-10 14:14:33 +02:00
parent 930ef77ea9
commit d3905bd4bb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -715,7 +715,7 @@ private:
void ZoneStackFailure( uint64_t thread, const ZoneEvent* ev );
void ZoneDoubleEndFailure( uint64_t thread, const ZoneEvent* ev );
void ZoneTextFailure( uint64_t thread );
void ZoneTextFailure( uint64_t thread, const char* text );
void ZoneValueFailure( uint64_t thread, uint64_t value );
void ZoneColorFailure( uint64_t thread );
void ZoneNameFailure( uint64_t thread );