[host] common: fix compilation on clang

This commit is contained in:
Geoffrey McRae 2024-01-27 10:10:48 +11:00
parent c5cbb8aa46
commit 47ad93f48d

View File

@ -26,7 +26,7 @@
static uint64_t startTime;
void debug_init()
void debug_init(void)
{
startTime = microtime();
platform_debugInit();