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

Revert "Base address is not needed."

This reverts commit 058369bc7a.
This commit is contained in:
Bartosz Taudul
2020-03-28 00:57:41 +01:00
parent 22cae56ab1
commit 8dba099a56
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ private:
ImFont* m_font;
const char* m_file;
uint64_t m_symAddr;
uint64_t m_baseAddr;
uint64_t m_targetAddr;
char* m_data;
size_t m_dataSize;