Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386 #387

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 12, 2019

  1. Make HgfsConvertFromNtTimeNsec aware of 64-bit time_t on i386

    I verified that this function behaves as expected on x86_64, i386 with
    32-bit time_t, and i386 with 64-bit time_t for the following values of
    ntTtime:
    
    UNIX_EPOCH-1, UNIX_EPOCH, UNIX_EPOCH+1, UNIX_S32_MAX-1, UNIX_S32_MAX,
    UNIX_S32_MAX+1, UNIX_S32_MAX*2+1
    
    I did not verify whether the use of Div643264 is optimal, performance
    wise.
    beevvy authored Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3f0580f View commit details
    Browse the repository at this point in the history