diff --git a/frameworks/featured/hiview_log.c b/frameworks/featured/hiview_log.c index 41d191c3492c0395bc39deaa9fbfb4fd990dff09..1a93dc0a4dbc07ab508894c4846253b15f0e73b6 100644 --- a/frameworks/featured/hiview_log.c +++ b/frameworks/featured/hiview_log.c @@ -1199,7 +1199,8 @@ int HiLogSecOutputS(SecPrintfStream *stream, bool isDebugMode, const char *cform /* the value to be converted is greater than 4G */ #if defined(SECUREC_VXWORKS_VERSION_5_4) do { - if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), /* 16, High 32 bit mask */ + /* 16, High 32 bit mask */ + if (0 != SecU64Div32((SecUnsignedInt32)((number >> 16) >> 16), (SecUnsignedInt32)number, (SecUnsignedInt32)radix, "ientHigh, "ientLow, &digit)) { noOutput = 1;