]> Git Repo - qemu.git/commit - include/qemu/osdep.h
softfloat: Replace int16 type with int_fast16_t
authorAndreas Färber <[email protected]>
Wed, 25 Apr 2012 22:15:56 +0000 (00:15 +0200)
committerBlue Swirl <[email protected]>
Sat, 28 Apr 2012 09:13:26 +0000 (09:13 +0000)
commit94a49d86c536af37bf18722c23cb9b85acfb00ec
tree7ea09526488668e5c8abf6970bc1c92708052a0f
parent5aea4c589aa16d30227a71e137faa9dca6a45748
softfloat: Replace int16 type with int_fast16_t

Based on the following Coccinelle patch:

@@
typedef int16, int_fast16_t;
@@
-int16
+int_fast16_t

Avoids a workaround for AIX.

Add typedef for pre-10 Solaris.

Signed-off-by: Andreas Färber <[email protected]>
Cc: malc <[email protected]>
Cc: Ben Taylor <[email protected]>
Tested-by: Bernhard Walle <[email protected]>
Signed-off-by: Blue Swirl <[email protected]>
fpu/softfloat-macros.h
fpu/softfloat.c
fpu/softfloat.h
osdep.h
This page took 0.022083 seconds and 4 git commands to generate.