Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-12 00:59:07 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-12 01:13:07 +0300
commit0b84b50d9feff46c2c0745213c396dc09d21af1d (patch)
tree4ca25b1e60a5155869f22450503adf3aba006e5d /public
parent57e039f96c1569a3414aa450839eaec42f4c7bbf (diff)
Remove locationCodeAddressList map from Worker.
Mapping of source code locations to code addresses is now performed dynamically during disassembly in SourceView.
Diffstat (limited to 'public')
-rw-r--r--public/common/TracyVersion.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/TracyVersion.hpp b/public/common/TracyVersion.hpp
index d7d900db..ac24e848 100644
--- a/public/common/TracyVersion.hpp
+++ b/public/common/TracyVersion.hpp
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
-enum { Patch = 4 };
+enum { Patch = 5 };
}
}