Jazz icon indicating copy to clipboard operation
Jazz copied to clipboard

Can't use unsigned numbers as arguments for kprintf, klog etc.

Open coditva opened this issue 7 years ago • 2 comments
trafficstars

klog(LOG_INFO, "this: %d", 123); prints garbage. Also, need to change %x modifier to print hex.

coditva avatar Oct 05 '18 15:10 coditva

All of the above are fixed. But. We have another bug which prints garbage when size of hex number is large.

coditva avatar Oct 09 '18 08:10 coditva

That is fixed too. But. We have another bug which creates problems with signed numbers. I can't deal with this shit right now because I don't need to. Laters! Some work for it in branch fix_putd.

coditva avatar Oct 09 '18 10:10 coditva