Skip to content

Commit

Permalink
xrCore/memory_allocation_stats: MSVC declspec replaced by a macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed May 20, 2016
1 parent 69c0be6 commit 21a7f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/memory_allocation_stats.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void mem_alloc_clear_stats()
stats.clear();
}

__declspec(noinline) void save_stack_trace()
NO_INLINE void save_stack_trace()
{
if (!StatsGatherEnabled)
return;
Expand Down

0 comments on commit 21a7f2e

Please sign in to comment.