Implement ArcGetTime() and ArcGetRelativeTime()
[reactos.git] / reactos / boot / freeldr / freeldr / arch / i386 / machxbox.c
index e09a6d2..612404a 100644 (file)
@@ -57,7 +57,7 @@ XboxMachInit(const char *CmdLine)
   MachVtbl.DiskGetPartitionEntry = XboxDiskGetPartitionEntry;
   MachVtbl.DiskGetDriveGeometry = XboxDiskGetDriveGeometry;
   MachVtbl.DiskGetCacheableBlockCount = XboxDiskGetCacheableBlockCount;
-  MachVtbl.RTCGetCurrentDateTime = XboxRTCGetCurrentDateTime;
+  MachVtbl.GetTime = XboxGetTime;
   MachVtbl.HwDetect = XboxHwDetect;
 
   /* Set LEDs to orange after init */