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