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:
@@ -44,7 +44,7 @@ struct ContextSwitchDrawFolded
|
||||
struct ContextSwitchDrawWaiting
|
||||
{
|
||||
short_ptr<ContextSwitchData> prev;
|
||||
Int24 waitStack;
|
||||
uint32_t waitStack;
|
||||
};
|
||||
|
||||
struct ContextSwitchDraw
|
||||
|
||||
Reference in New Issue
Block a user