feat(profile): more symbols

This commit is contained in:
phaneron 2025-04-15 20:44:29 -04:00
parent ea452811d6
commit 0d8380a6a5
19 changed files with 355 additions and 101 deletions

View file

@ -11,7 +11,7 @@ DECLARE_STRUCT(SThread);
typedef struct CSRWLock CSRWLock;
struct SCritSect {
uint8_t m_critsect[24];
uint8_t m_critsect[40];
};
struct CSRWLock {