mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
1. fix cpu family calculation
2. Modifie the parameter 'fl' order Tracked-On:#3142 Signed-off-by: Andy <andyx.liu@intel.com>
This commit is contained in:
4
hypervisor/lib/sprintf.c
Normal file → Executable file
4
hypervisor/lib/sprintf.c
Normal file → Executable file
@@ -105,8 +105,8 @@ static const char *get_flags(const char *s_arg, uint32_t *flags)
|
||||
PRINT_FLAG_ALTERNATE_FORM, /* # */
|
||||
PRINT_FLAG_PAD_ZERO, /* 0 */
|
||||
PRINT_FLAG_LEFT_JUSTIFY, /* - */
|
||||
PRINT_FLAG_SIGN, /* + */
|
||||
PRINT_FLAG_SPACE /* ' ' */
|
||||
PRINT_FLAG_SPACE, /* ' ' */
|
||||
PRINT_FLAG_SIGN /* + */
|
||||
};
|
||||
uint32_t i;
|
||||
bool found;
|
||||
|
Reference in New Issue
Block a user