Skip to content
Commit 2a13f046 authored by Yang Shi's avatar Yang Shi Committed by Bruce Ashfield
Browse files

perf: mips64: Convert __u64 to unsigned long long



On MIPS64, "__u64" is "unsigned long" type, so the "%llu" specifier will cause
build error on MIPS64.

Convert __u64 to unsigned long long in those sprintf calls to avoid the build
error.

Signed-off-by: default avatarYang Shi <yang.shi@windriver.com>
parent 56c79197
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment