|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] fix tool pygrub build on x64
On Mon, May 16, 2005 at 04:22:33PM -0500, Jerone Young wrote:
> Maybe on i386 but not x86-64.
you can just try the following program and prove that size_t is an
unsigned long:
int main(int argc, char **argv) { printf("%d\n", sizeof(size_t)); }
--
Vincent Hanquez
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|