Skip to content
Snippets Groups Projects
Commit 58099c80 authored by Richard Henderson's avatar Richard Henderson Committed by Richard Henderson
Browse files

qemu/compiler: Define QEMU_ARTIFICIAL


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>
parent 9c53889b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment