Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 392 by [email protected]: Can't compile protobuf generated code
for NaCl in 64-bit mode
http://code.google.com/p/protobuf/issues/detail?id=392
NaCl uses 32-bit pointers even in x86-64 mode, so intptr_t is 32-bit.
atomicops.h defines Atomic64 as intptr_t, and so Atomic64 isn't really
64-bit.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/protobuf?hl=en.