On 10/10/25 00:06, 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(-)

Reviewed-by: Richard Henderson <[email protected]>

r~

Reply via email to