target-i386: Fix accidental use of SoftFloat uint64 type
commitac6c41204fd33116b8943682bffe47e113c1cc6b
authorAndreas Färber <andreas.faerber@web.de>
Sun, 19 Dec 2010 16:22:41 +0000 (19 17:22 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 20 Dec 2010 21:03:19 +0000 (20 21:03 +0000)
treeaae24176f9e2580b560cb162d3e50d5ad1153b28
parentc910cf96dc8a2a1d3ee0a695979770d13538806f
target-i386: Fix accidental use of SoftFloat uint64 type

softfloat.h's uint64 type has least-width semantics.
Use uint64_t instead since that is used in helpers.

v4:
* Summary change.

v3:
* Split off.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Acked-by: Huang Ying <ying.huang@intel.com>
Acked-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-i386/cpu.h