mirror of
https://github.com/simh/simh.git
synced 2026-02-01 22:33:25 +00:00
PDP10: Adopt internal SCP internal time base
This commit is contained in:
@@ -488,7 +488,7 @@ time_t curtim;
|
||||
struct tm *tptr;
|
||||
t_stat st = SCPE_OK;
|
||||
|
||||
curtim = time (NULL); /* get time */
|
||||
curtim = sim_get_time (NULL); /* get time */
|
||||
tptr = localtime (&curtim); /* decompose */
|
||||
if (tptr == NULL)
|
||||
return SCPE_NXM;
|
||||
|
||||
Reference in New Issue
Block a user