mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-05-27 21:48:39 +00:00
This adds __attribute__((used)) to the function declaration so the compiler doesn't discard it. It also makes the function NEVER_INLINE so that we don't end up with multiple copies of the function. This is necessary because the function uses inline assembly to define some unique labels.