|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Casting 64-bit pointers to integers
Michael David Crawford, le Fri 22 May 2009 02:30:35 -0700, a écrit :
> There are typedefs for integers with specific numbers of bits, but
> that's not what we want. If we're building for 32-bit, we want a 32-bit
> integer, and if we're building for 64-bit, we want a 64-bit integer.
intptr_t/uintptr_t is there for this.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|