mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-02-07 19:34:18 +08:00
no need to output int64_t in format string.
This commit is contained in:
parent
1e5377cdd1
commit
1dbdf7a380
@ -359,8 +359,8 @@ __asm(".global __ensure_systick_wrapper\n\t");
|
||||
__perf_counter_printf__( \
|
||||
"--------------------------------------------\r\n"); \
|
||||
__perf_counter_printf__( \
|
||||
__STR " total cycle count: %lld [%016llx]\r\n", \
|
||||
_, _); \
|
||||
__STR " total cycle count: %ld [%016lx]\r\n", \
|
||||
(long)_, (long)_); \
|
||||
} else { \
|
||||
__VA_ARGS__ \
|
||||
}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user