We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98f3bb9 commit 9094953Copy full SHA for 9094953
1 file changed
src/clock.c
@@ -161,6 +161,10 @@ void rt_tick_increase(void)
161
}
162
#endif
163
rt_timer_check();
164
+
165
+#ifdef RT_USING_VDSO
166
+ rt_vdso_sync_clock_data();
167
+#endif
168
169
170
/**
@@ -195,10 +199,6 @@ void rt_tick_increase_tick(rt_tick_t tick)
195
199
196
200
197
201
198
-
-#ifdef RT_USING_VDSO
- rt_vdso_sync_clock_data();
-#endif
202
203
204
0 commit comments