diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2019-06-14 11:44:56 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2019-06-17 15:15:06 +0100 |
commit | 83655223ac6143a563e981906ce13fd6f2cfbefd (patch) | |
tree | 42aa89ef76cbc4a097ac6742347207a88684bc5c /.gitmodules | |
parent | d9eea52c67c04c58ecceba6ffe5a93d1d02051fa (diff) | |
download | qemu-83655223ac6143a563e981906ce13fd6f2cfbefd.zip |
target/arm: Fix typos in trans function prototypes
In several places cut and paste errors meant we were using the wrong
type for the 'arg' struct in trans_ functions called by the
decodetree decoder, because we were using the _sp version of the
struct in the _dp function. These were harmless, because the two
structs were identical and so decodetree made them typedefs of the
same underlying structure (and we'd have had a compile error if they
were not harmless), but we should clean them up anyway.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20190614104457.24703-2-peter.maydell@linaro.org
Diffstat (limited to '.gitmodules')
0 files changed, 0 insertions, 0 deletions