On 27/2/23 06:41, Richard Henderson wrote:
In several instances, a temp is initialized with a
for use as a constant, and then subsequently used
as an unrelated temp. Split them.
Signed-off-by: Richard Henderson
---
target/m68k/translate.c | 29 -
1 file changed,
In several instances, a temp is initialized with a
for use as a constant, and then subsequently used
as an unrelated temp. Split them.
Signed-off-by: Richard Henderson
---
target/m68k/translate.c | 29 -
1 file changed, 16 insertions(+), 13 deletions(-)
diff --git a