Re: [PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.decode

2024-12-02 Thread Philippe Mathieu-Daudé
On 1/12/24 16:05, Richard Henderson wrote: We already use ### for 4.1.92 Data Processing (immediate), but not the two following two third-level sections: 4.1.93 Branches, and 4.1.94 Loads and stores. Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 4 ++-- 1 file changed, 2 i

[PATCH 01/67] target/arm: Use ### to separate 3rd-level sections in a64.decode

2024-12-01 Thread Richard Henderson
We already use ### for 4.1.92 Data Processing (immediate), but not the two following two third-level sections: 4.1.93 Branches, and 4.1.94 Loads and stores. Signed-off-by: Richard Henderson --- target/arm/tcg/a64.decode | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targ