Skip to content

Commit 21a7f2e

Browse files
committed
xrCore/memory_allocation_stats: MSVC declspec replaced by a macro.
1 parent 69c0be6 commit 21a7f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrCore/memory_allocation_stats.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ void mem_alloc_clear_stats()
5858
stats.clear();
5959
}
6060

61-
__declspec(noinline) void save_stack_trace()
61+
NO_INLINE void save_stack_trace()
6262
{
6363
if (!StatsGatherEnabled)
6464
return;

0 commit comments

Comments
 (0)