qemu/include
Richard Henderson 58099c8066 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: Richard Henderson <rth@twiddle.net>
2014-09-29 14:55:28 -04:00
..
2014-06-23 11:00:12 -04:00
2014-08-18 14:39:10 -04:00
2014-06-27 11:19:31 +02:00
2014-09-25 18:54:21 +01:00
2014-09-29 12:26:15 +01:00
2014-09-29 14:55:27 -04:00