We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fe752e + 62fc03a commit 0f66f55Copy full SHA for 0f66f55
1 file changed
src/platform/x86_solo5/os.cpp
@@ -144,9 +144,8 @@ void OS::start(char* _cmdline, uintptr_t mem_size)
144
extern void __platform_init();
145
__platform_init();
146
147
- booted_at_ = solo5_clock_monotonic();
148
MYINFO("Booted at monotonic_ns=%lld walltime_ns=%lld",
149
- booted_at_, solo5_clock_wall());
+ solo5_clock_monotonic(), solo5_clock_wall());
150
151
MYINFO("Initializing RNG");
152
PROFILE("RNG init");
0 commit comments