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