]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Re-indent sdiv and udiv helpers
authorPeter Maydell <peter.maydell@linaro.org>
Fri, 30 Jul 2021 15:16:35 +0000 (16:16 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 25 Aug 2021 09:48:50 +0000 (10:48 +0100)
commitfc7a5038a6b70a3e474e58a5ed9845e4f5eed6dd
tree8db9e57f7273980a2bec5ec0409aaaf4289eff72
parent075e7e97e3a042854b8ea2827559891a577b4a6b
target/arm: Re-indent sdiv and udiv helpers

We're about to make a code change to the sdiv and udiv helper
functions, so first fix their indentation and coding style.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20210730151636.17254-2-peter.maydell@linaro.org
target/arm/helper.c