mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 05:32:05 +00:00
In ACRN hypervisor, u/int64_t is defined as unsigned/ long. It's nature to use %l to print it. But current printf use %l to print int and only use %ll for long. This patch fix it by treat long and long long same for printf. Tracked-On: #1230 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
crypto | ||
memory.c | ||
misc.c | ||
sprintf.c | ||
string.c |