summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/coretodgetuptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/coretodgetuptime.c')
-rw-r--r--cpukit/score/src/coretodgetuptime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/src/coretodgetuptime.c b/cpukit/score/src/coretodgetuptime.c
index 454252921e..c3c05aed3c 100644
--- a/cpukit/score/src/coretodgetuptime.c
+++ b/cpukit/score/src/coretodgetuptime.c
@@ -42,9 +42,9 @@ void _TOD_Get_uptime(
/* assume time checked for NULL by caller */
- /* _TOD_Uptime is in native timestamp format */
+ /* _TOD.uptime is in native timestamp format */
_ISR_Disable( level );
- up = _TOD_Uptime;
+ up = _TOD.uptime;
nanoseconds = (*_Watchdog_Nanoseconds_since_tick_handler)();
_ISR_Enable( level );