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

Allow displaying machine code bytes in disassembly.

This commit is contained in:
Bartosz Taudul
2020-04-19 16:06:45 +02:00
parent afb9bdce86
commit e48095062b
2 changed files with 24 additions and 3 deletions
+2
View File
@@ -93,8 +93,10 @@ private:
int32_t m_disasmFail;
DecayValue<uint64_t> m_highlightAddr;
bool m_asmRelative;
bool m_asmBytes;
bool m_asmShowSourceLocation;
bool m_calcInlineStats;
uint8_t m_maxAsmBytes;
std::vector<Line> m_lines;
std::vector<AsmLine> m_asm;