On Dec 24, 11:05pm, jakll...@kollasch.net ("Jonathan A. Kollasch") wrote: -- Subject: Re: CVS commit: src/sys/arch/i386/stand/lib
| > Are you sure this is right? My guess is that you would need PRId64 | > instead of lld. | | Well, maybe. But I expect int64_t will always be long long on i386. Isn't this code shared with amd64? Anyway PRId64 is more correct and works in all cases. christos