]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/arm: Move LOR regdefs to file scope
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 8 Feb 2020 12:58:00 +0000 (12:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 13 Feb 2020 14:14:53 +0000 (14:14 +0000)
commitd8564ee4e5bce87ec1fdf23656df9367eb1bc571
tree912b20c05cd7e9566c2233283faad80c6757736a
parent3d6ad6bb466f487bcc861f99e2c9054230df1076
target/arm: Move LOR regdefs to file scope

For static const regdefs, file scope is preferred.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200208125816.14954-5-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c