diff options
author | Richard Henderson | 2022-06-02 03:33:47 +0200 |
---|---|---|
committer | Laurent Vivier | 2022-06-02 09:35:02 +0200 |
commit | eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f (patch) | |
tree | 9f65ef07d4e9b998b1797d4fa908076603f6fb2e /linux-user/m68k/cpu_loop.c | |
parent | target/m68k: Switch over exception type in m68k_interrupt_all (diff) | |
download | qemu-eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f.tar.gz qemu-eeb8f7b0f84f86b5fa1e17aed851d758e1c7ee0f.tar.xz 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