Re: [PATCH 03/20] include/exec/memop: Move get_alignment_bits from tcg.h
On 5/10/24 12:25, Richard Henderson wrote: This function is specific to MemOp, not TCG in general. Signed-off-by: Richard Henderson --- include/exec/memop.h | 23 +++ include/tcg/tcg.h| 23 --- 2 files changed, 23 insertions(+), 23 deletions(-)
[PATCH 03/20] include/exec/memop: Move get_alignment_bits from tcg.h
This function is specific to MemOp, not TCG in general. Signed-off-by: Richard Henderson --- include/exec/memop.h | 23 +++ include/tcg/tcg.h| 23 --- 2 files changed, 23 insertions(+), 23 deletions(-) diff --git a/include/exec/memop.h b/include/exec/