On 1/24/24 17:56, Philippe Mathieu-Daudé wrote:
From: Ilya Leoshkevich<[email protected]>
Currently tb_cflags() is defined in exec-all.h, which is not usable
from target-agnostic code. Move it to translation-block.h, which is.
Reviewed-by: Philippe Mathieu-Daudé<[email protected]>
Signed-off-by: Ilya Leoshkevich<[email protected]>
Message-ID:<[email protected]>
Signed-off-by: Philippe Mathieu-Daudé<[email protected]>
---
include/exec/exec-all.h | 6 ------
include/exec/translation-block.h | 6 ++++++
2 files changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Richard Henderson <[email protected]>
r~