On Mon, Mar 03, 2014 at 07:15:21PM -0000, Greg Clayton wrote: > If you print anything with 'size_t', please cast it to "uint64_t" in the > printf and use PRIu64 or PRIx64.
Why not use the correct %zu / %zd specifier? Joerg _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
