hv:replace unsigned long long with uint64_t

unsigned long long--> uint64_t
long long --> int64_t

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
This commit is contained in:
Mingqiang Chi
2018-06-08 15:43:50 +08:00
committed by lijinxia
parent f757d49ead
commit 5e2c83f395
2 changed files with 8 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ struct print_param {
/* The parsed format precision. */
int precision;
/* The bitmask for unsigned values. */
unsigned long long mask;
uint64_t mask;
/* A pointer to the preformated value. */
const char *value;
/* The number of characters in the preformated value buffer. */