Maarten Lankhorst m.b.lankhorst@gmail.com writes:
sizeof is defined as int on 32-bits, and long on 64-bits. To keep this working I'm casting all sizeofs to longs
Please don't add casts, simply get rid of sizeof in traces like we did in the rest of the code. And please do it as a separate patch.