apic: Fix accidental use of SoftFloat uint32 type
authorAndreas Färber <andreas.faerber@web.de>
Sun, 19 Dec 2010 16:22:39 +0000 (17:22 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Mon, 20 Dec 2010 21:02:57 +0000 (21:02 +0000)
commit3b09343ab9f625d35b06d54605d790b7b5b1a592
treea1326f2b3e5b517588864c6bab45aa455b9bcd8a
parent082440a1004253a05b44fcb621b53fa82778b408
apic: Fix accidental use of SoftFloat uint32 type

softfloat.h's uint32 type has least-width semantics.
Surrounding code uses uint32_t, so use uint32_t here, too.

v4:
* Summary change.

v3:
* Split off.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/apic.c