aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc/double.c
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc/double.c')
-rw-r--r--sim/ppc/double.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sim/ppc/double.c b/sim/ppc/double.c
index 615797f..d52c4d2 100644
--- a/sim/ppc/double.c
+++ b/sim/ppc/double.c
@@ -24,16 +24,16 @@
#include "basics.h"
#include "ansidecls.h"
-#define SFtype unsigned32
-#define DFtype unsigned64
+#define SFtype uint32_t
+#define DFtype uint64_t
-#define HItype signed16
-#define SItype signed32
-#define DItype signed64
+#define HItype int16_t
+#define SItype int32_t
+#define DItype int64_t
-#define UHItype unsigned16
-#define USItype unsigned32
-#define UDItype unsigned64
+#define UHItype uint16_t
+#define USItype uint32_t
+#define UDItype uint64_t
#define US_SOFTWARE_GOFAST