Posted Apr 16, 2012 9:00 UTC (Mon) by khim (subscriber, #9252)
[Link]
What's wrong with using long long for that?
The x32 system call ABI
Posted Apr 16, 2012 11:07 UTC (Mon) by paulj (subscriber, #341)
[Link]
Hmm, good point. Actually, I think in IRIX n32 it was indeed "long long" that was 64bit! (Making 64bit long risked breaking software that assumed sizeof(long) == sizeof(void *) and tried to store longs in pointers).