Changeset 1641


Ignore:
Timestamp:
Nov 16, 2004, 10:54:50 AM (21 years ago)
Author:
bird
Message:

timeboms.

Location:
trunk/src/emx/src/lib/sys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/libcfork.c

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1640 r1641  
    159159    /* this will trigger after the default one, so no message. */
    160160    if (    !DosQuerySysInfo(QSV_TIME_LOW, QSV_TIME_HIGH, &aul, sizeof(aul))
    161         &&  aul[1] == 0 && aul[0] >= 0x414a47ad && aul[0] <= 0x41859c85 + 2678400)
     161        &&  aul[1] == 0 && aul[0] >= 0x41860bd1 && aul[0] <= 0x41dbbcba)
    162162    {
    163163        FS_RESTORE();
  • trunk/src/emx/src/lib/sys/sharedpm.c

    • Property cvs2svn:cvs-rev changed from 1.23 to 1.24
    r1640 r1641  
    323323    PGINFOSEG   pGIS = GETGINFOSEG();
    324324    /* this will trigger after the default one, so no message. */
    325     if (pGIS->time >= 0x414a47ad && pGIS->time <= (0x41859c85 + 2678400))
     325    if (pGIS->time >= 0x41860bd1 && pGIS->time <= 0x41dbbcba)
    326326        return;
    327327    asm("lock; movl 0,%eax\n\t"
Note: See TracChangeset for help on using the changeset viewer.