acrn-hypervisor/hypervisor/lib
Yin Fengwei c307e1b6eb hv: long and long long is same for printf within x86_64
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>
2018-09-17 09:50:06 +08:00
..
crypto HV: wrap and enable hkdf_sha256 key derivation based on mbedtls 2018-08-27 09:39:05 +08:00
memory.c hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00
misc.c hv: clean up udelay/mdelay related code 2018-09-12 16:08:49 +08:00
sprintf.c hv: long and long long is same for printf within x86_64 2018-09-17 09:50:06 +08:00
string.c hv: treewide: fix 'Use of function like macro' 2018-09-11 10:49:48 +08:00