From 007e434a058eb524455817739d0a31e81cea0b0a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 19 May 2019 13:46:53 +0200 Subject: [PATCH] Force inline FillPages(). --- server/TracyView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 7c3d0ca6..6214f986 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -9336,7 +9336,7 @@ static tracy_force_inline MemoryPage& GetPage( flat_hash_mapsecond; } -static inline void FillPages( flat_hash_map>& memmap, uint64_t c0, uint64_t c1, int8_t val ) +static tracy_force_inline void FillPages( flat_hash_map>& memmap, uint64_t c0, uint64_t c1, int8_t val ) { auto p0 = c0 >> PageBits; const auto p1 = c1 >> PageBits;