|
From: | Richard Henderson |
Subject: | Re: [PATCH 01/14] target/ppc: larx/stcx generation need only apply DEF_MEMOP() once |
Date: | Sat, 18 May 2024 12:58:29 +0200 |
User-agent: | Mozilla Thunderbird |
On 5/18/24 11:31, Nicholas Piggin wrote:
Use DEF_MEMOP() consistently in larx and stcx. generation, and apply it once when it's used rather than where the macros are expanded, to reduce typing. Signed-off-by: Nicholas Piggin<npiggin@gmail.com> --- target/ppc/translate.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |