diff options
| author | Peter Maydell | 2019-06-14 12:44:56 +0200 |
|---|---|---|
| committer | Peter Maydell | 2019-06-17 16:15:06 +0200 |
| commit | 83655223ac6143a563e981906ce13fd6f2cfbefd (patch) | |
| tree | 42aa89ef76cbc4a097ac6742347207a88684bc5c /scripts | |
| parent | target/arm: Remove unused cpu_F0s, cpu_F0d, cpu_F1s, cpu_F1d (diff) | |
| download | qemu-83655223ac6143a563e981906ce13fd6f2cfbefd.tar.gz qemu-83655223ac6143a563e981906ce13fd6f2cfbefd.tar.xz 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 'scripts')
0 files changed, 0 insertions, 0 deletions
