summary refs log tree commit diff stats
path: root/linux-user/m68k/cpu_loop.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2022-06-01 18:33:47 -0700
committerLaurent Vivier <laurent@vivier.eu>2022-06-02 09:35:02 +0200
commiteeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f (patch)
tree9f65ef07d4e9b998b1797d4fa908076603f6fb2e /linux-user/m68k/cpu_loop.c
parent02ea42b36ddcd34739c9320ae2262b1d1e814a6d (diff)
downloadfocaccia-qemu-eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f.tar.gz
focaccia-qemu-eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f.zip
target/m68k: Fix coding style in m68k_interrupt_all
Add parenthesis around & vs &&.

Remove assignment to sr in function call argument -- note that
sr is unused after the call, so the assignment was never needed,
only the result of the & expression.

Suggested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220602013401.303699-4-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/m68k/cpu_loop.c')
0 files changed, 0 insertions, 0 deletions