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;