On 10/9/25 01:18, Philippe Mathieu-Daudé wrote:
Extract the implicit MO_TE definition in order to replace it in the next commit.Mechanical change using: $ for n in UW UL UQ UO SW SL SQ; do \ sed -i -e "s/MO_TE$n/MO_TE | MO_$n/" \ $(git grep -l MO_TE$n target/openrisc); \ done Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/openrisc/translate.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Why bother splitting, instead of just changing to MO_BEUL, etc? r~
