aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/arm32/include/bits/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/arm32/include/bits/profile.h')
-rw-r--r--src/arch/arm32/include/bits/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/arm32/include/bits/profile.h b/src/arch/arm32/include/bits/profile.h
index 2b15d1604..4e4bf48a3 100644
--- a/src/arch/arm32/include/bits/profile.h
+++ b/src/arch/arm32/include/bits/profile.h
@@ -16,7 +16,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
*
* @ret timestamp Timestamp
*/
-static inline __attribute__ (( always_inline )) uint64_t
+static inline __attribute__ (( always_inline )) unsigned long
profile_timestamp ( void ) {
uint32_t cycles;