hv: fixed by replace ull to ul.

ul is used as immediate integer suffix with type uint64_t.

Tracked-On: #3214
Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
This commit is contained in:
Huihuang Shi
2019-10-30 13:23:28 +08:00
committed by wenlingz
parent 46b157008c
commit 5d662ea11f
3 changed files with 3 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ void append_seed_arg(char *cmd_dst, bool vm_is_sos)
if ((cmd_dst != NULL) && vm_is_sos) {
for (i = 0U; seed_arg[i].str != NULL; i++) {
if (seed_arg[i].addr != 0ULL) {
if (seed_arg[i].addr != 0UL) {
(void)memset(buf, 0U, sizeof(buf));
snprintf(buf, sizeof(buf), "%s0x%X ", seed_arg[i].str,