diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-17 14:51:01 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-20 17:44:57 +0100 |
commit | 0ec02378e69ef7a0e6eea068a44572a40fa31cb7 (patch) | |
tree | a5c775296b47cec6b49fc86d87f4c4e16d37251c /rust/qemu-api | |
parent | 47f7b6441a89af2bc0d2587112073b26e87493ec (diff) | |
download | qemu-0ec02378e69ef7a0e6eea068a44572a40fa31cb7.zip qemu-0ec02378e69ef7a0e6eea068a44572a40fa31cb7.tar.gz qemu-0ec02378e69ef7a0e6eea068a44572a40fa31cb7.tar.bz2 |
exec/translation-block: Include missing 'qemu/atomic.h' header
When moving tb_cflags() in commit 88d4b5138a8 ("tcg: Make
tb_cflags() usable from target-agnostic code") we forgot to
include "qemu/atomic.h", which declares qatomic_read().
Explicitly include it now to avoid issue when refactoring
unrelated headers.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Ilya Leoshkevich <iii@linux.ibm.com>
Message-Id: <20241217141326.98947-2-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions