Changeset 1641 for trunk/src/emx
- Timestamp:
- Nov 16, 2004, 10:54:50 AM (21 years ago)
- Location:
- trunk/src/emx/src/lib/sys
- Files:
- 
      - 2 edited
 
 - 
          
  libcfork.c (modified) (1 diff, 1 prop)
- 
          
  sharedpm.c (modified) (1 diff, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/emx/src/lib/sys/libcfork.c- 
Property       cvs2svn:cvs-rev
 changed from       1.9to1.10
 r1640 r1641 159 159 /* this will trigger after the default one, so no message. */ 160 160 if ( !DosQuerySysInfo(QSV_TIME_LOW, QSV_TIME_HIGH, &aul, sizeof(aul)) 161 && aul[1] == 0 && aul[0] >= 0x41 4a47ad && aul[0] <= 0x41859c85 + 2678400)161 && aul[1] == 0 && aul[0] >= 0x41860bd1 && aul[0] <= 0x41dbbcba) 162 162 { 163 163 FS_RESTORE(); 
- 
Property       cvs2svn:cvs-rev
 changed from       
- 
      trunk/src/emx/src/lib/sys/sharedpm.c- 
Property       cvs2svn:cvs-rev
 changed from       1.23to1.24
 r1640 r1641 323 323 PGINFOSEG pGIS = GETGINFOSEG(); 324 324 /* this will trigger after the default one, so no message. */ 325 if (pGIS->time >= 0x41 4a47ad && pGIS->time <= (0x41859c85 + 2678400))325 if (pGIS->time >= 0x41860bd1 && pGIS->time <= 0x41dbbcba) 326 326 return; 327 327 asm("lock; movl 0,%eax\n\t" 
- 
Property       cvs2svn:cvs-rev
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
