Fix awful bug where uint32_t was sometimes defined as a short.
--HG-- branch : dtrg-videocore
This commit is contained in:
parent
98a51732ab
commit
98e745d04c
@ -26,7 +26,7 @@ typedef unsigned short uint16_t;
|
|||||||
|
|
||||||
#if _EM_WSIZE == 4
|
#if _EM_WSIZE == 4
|
||||||
typedef signed int int32_t;
|
typedef signed int int32_t;
|
||||||
typedef unsigned short uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
#else
|
#else
|
||||||
typedef signed long int32_t;
|
typedef signed long int32_t;
|
||||||
typedef unsigned long uint32_t;
|
typedef unsigned long uint32_t;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user