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

Add source location overflow failures.

This commit is contained in:
Bartosz Taudul
2023-12-31 12:58:56 +01:00
parent cb7ce1c3aa
commit 54ee77026f
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -441,6 +441,7 @@ public:
FrameImageIndex,
FrameImageTwice,
FiberLeave,
SourceLocationOverflow,
NUM_FAILURES
};
@@ -790,6 +791,7 @@ private:
void FrameImageIndexFailure();
void FrameImageTwiceFailure();
void FiberLeaveFailure();
void SourceLocationOverflowFailure();
tracy_force_inline void CheckSourceLocation( uint64_t ptr );
void NewSourceLocation( uint64_t ptr );