[arch] tweak arch_cycle_count prototype to return a ulong

This lets some arches return a 64bit counter.

As a result of fixing this, removed -Wno-format switch in the test app
which caused the need to fix a lot of printfs.
This commit is contained in:
Travis Geiselbrecht
2020-05-16 17:55:50 -07:00
parent 35c3742b6c
commit 80967e78a6
17 changed files with 70 additions and 65 deletions

View File

@@ -22,6 +22,6 @@ MODULE_ARM_OVERRIDE_SRCS := \
MODULE_DEPS += \
lib/cbuf
MODULE_COMPILEFLAGS += -Wno-format -fno-builtin
MODULE_COMPILEFLAGS += -fno-builtin
include make/module.mk