mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
It's tedious to write (and look at) [[gnu::always_inline]] etc. :^)
This commit is contained in:
parent
f1a8fb1e88
commit
888e35f0fe
14 changed files with 63 additions and 56 deletions
|
@ -115,7 +115,7 @@ static void load_kernel_sybols_from_data(const ByteBuffer& buffer)
|
|||
g_kernel_symbols_available = true;
|
||||
}
|
||||
|
||||
[[gnu::noinline]] void dump_backtrace_impl(u32 ebp, bool use_ksyms)
|
||||
NEVER_INLINE void dump_backtrace_impl(u32 ebp, bool use_ksyms)
|
||||
{
|
||||
SmapDisabler disabler;
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue