mirror of
https://github.com/matrix-construct/construct
synced 2025-01-13 16:33:53 +01:00
ircd::ctx: Relax noinline attribute on prof::stack_usage_here() wrapper.
This commit is contained in:
parent
4de2479f73
commit
d673ce16d4
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
namespace ircd::ctx
|
||||
{
|
||||
size_t stack_usage_here(const ctx &) __attribute__((noinline));
|
||||
size_t stack_usage_here() __attribute__((noinline));
|
||||
size_t stack_usage_here();
|
||||
}
|
||||
|
||||
/// Profiling for the context system.
|
||||
|
|
Loading…
Reference in a new issue