• Ben Avison's avatar
    HALised microtime() · bad60796
    Ben Avison authored
    Detail:
      microtime(), which reads the current time into a struct timeval (seconds
      and microseconds) looked for an IOMD, and if not then dropped back to
      centisecond accuracy. This hadn't been noticed before, but upon trying the
      module on a 32-bit IOMD build, its attempt to access IOMD at its 26-bit
      address aborted. Now changed to use the HAL if possible, so all HAL machines
      now have a nice accurate microtime().
    Admin:
      Tested to the extent that it doesn't abort any more - precise checking of
      microtime() values has not been done, nor any analysis of the effect of
      the increased accuracy.
    
    Version 5.52. Tagged as 'Internet-5_52'
    bad60796
VersionNum 817 Bytes