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

Store wait stack in 4 bytes.

This commit is contained in:
Bartosz Taudul
2023-03-22 21:55:02 +01:00
parent d085f2541a
commit 2456ae36bf
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ struct ContextSwitchDrawFolded
struct ContextSwitchDrawWaiting
{
short_ptr<ContextSwitchData> prev;
Int24 waitStack;
uint32_t waitStack;
};
struct ContextSwitchDraw