[Nestedvm] int16_t and friends?

Charles Oliver Nutter headius at headius.com
Thu Apr 29 19:48:28 EDT 2010


On Thu, Apr 29, 2010 at 2:38 PM, Simmons, Aaron
<asimmons at rosettastone.com> wrote:
> I suppose I could make my own typedefs with some conditional compilation.  What sizes should these be?  I'm guessing:
>        typedef short int16_t;
>        typedef int int32_t;
>        typedef unsigned int u_int32_t;
>        typedef unsigned int uint32_t;
>        typedef long long int64_t;

I'm probably wrong, but those look fine to me. Perhaps they should be
merged into NVM proper?

- Charlie



More information about the Nestedvm mailing list