On 1/19/21 7:55 PM, Richard Henderson wrote:
> Provide a symbol that can always be used to signal an error,
> regardless of optimization. Usage of this should be protected
> by e.g. __builtin_constant_p, which guards for optimization.
>
> Signed-off-by: Richard Henderson
> ---
> include/qemu/co
Provide a symbol that can always be used to signal an error,
regardless of optimization. Usage of this should be protected
by e.g. __builtin_constant_p, which guards for optimization.
Signed-off-by: Richard Henderson
---
include/qemu/compiler.h | 5 +++--
1 file changed, 3 insertions(+), 2 dele