Skip to content
  • Richard Henderson's avatar
    qemu/compiler: Define QEMU_ARTIFICIAL · 58099c80
    Richard Henderson authored
    
    
    The combination of always_inline + artificial allows tiny inline
    functions to be written that do not interfere with debugging.
    In particular, gdb will not step into an artificial function.
    
    The always_inline attribute was introduced in gcc 4.2,
    and the artificial attribute was introduced in gcc 4.3.
    
    Signed-off-by: default avatarRichard Henderson <rth@twiddle.net>
    58099c80