From 013bb5a4f2c7327169b7e65db2878b814e3ab0fc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 28 Mar 2020 14:00:21 +0100 Subject: [PATCH] Use generic group categories. --- server/TracySourceView.cpp | 37 ++++--------------------------------- 1 file changed, 4 insertions(+), 33 deletions(-) diff --git a/server/TracySourceView.cpp b/server/TracySourceView.cpp index 7d3e54dc..b3461dc2 100644 --- a/server/TracySourceView.cpp +++ b/server/TracySourceView.cpp @@ -132,42 +132,13 @@ bool SourceView::Disassemble( uint64_t symAddr, const Worker& worker ) const auto& op = insn[i]; const auto& detail = *op.detail; bool hasJump = false; - switch( arch ) + for( auto j=0; j