wdt_ib700: Fix accidental use of SoftFloat int64 type
commitc910cf96dc8a2a1d3ee0a695979770d13538806f
authorAndreas Färber <andreas.faerber@web.de>
Sun, 19 Dec 2010 16:22:40 +0000 (19 17:22 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 20 Dec 2010 21:03:01 +0000 (20 21:03 +0000)
tree6e982005a5f8d72004d53db23986b03049079c59
parentf5095c639fe2861b6401be6e26fa3ffb9d30eba4
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>
hw/wdt_ib700.c