diff options
| author | Peter Maydell | 2014-02-20 11:35:54 +0100 |
|---|---|---|
| committer | Peter Maydell | 2014-02-20 11:35:54 +0100 |
| commit | 7900e9f1f963184967594f4518c97ea682a9605f (patch) | |
| tree | 3abaf51614a491ca532d76ebc7c7f533bb75c091 /include/exec | |
| parent | target-arm: Remove failure status return from read/write_raw_cp_reg (diff) | |
| download | qemu-7900e9f1f963184967594f4518c97ea682a9605f.tar.gz qemu-7900e9f1f963184967594f4518c97ea682a9605f.tar.xz qemu-7900e9f1f963184967594f4518c97ea682a9605f.zip | |
target-arm: Fix incorrect type for value argument to write_raw_cp_reg
The write_raw_cp_reg's value argument should be a uint64_t, since
that's what all its callers hand it and what all the functions it
calls take. A (harmless) typo meant we were accidentally declaring
it as int64_t.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Diffstat (limited to 'include/exec')
0 files changed, 0 insertions, 0 deletions
