diff options
author | Andreas Färber <andreas.faerber@web.de> | 2010-12-19 17:22:40 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-12-20 21:03:01 +0000 |
commit | f8f2e0f99d19437ace907f2b933ca48d61973858 (patch) | |
tree | 6e982005a5f8d72004d53db23986b03049079c59 /target-i386 | |
parent | 3b09343ab9f625d35b06d54605d790b7b5b1a592 (diff) | |
download | qemu-f8f2e0f99d19437ace907f2b933ca48d61973858.tar.gz qemu-f8f2e0f99d19437ace907f2b933ca48d61973858.tar.bz2 qemu-f8f2e0f99d19437ace907f2b933ca48d61973858.zip |
wdt_ib700: Fix accidental use of SoftFloat int64 type
softfloat.h's int64 type has least-width semantics.
Since we're assigning an int64_t, use plain int64_t.
v4:
* Summary change.
v3:
* Split off.
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Acked-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386')
0 files changed, 0 insertions, 0 deletions