Changeset 159
- Timestamp:
- May 14, 2013, 5:57:32 PM (12 years ago)
- Location:
- trunk/src/os2ahci
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r158 r159 32 32 BLD_MINOR=27 # must be 2 digits 33 33 BLD_REV=0 # not used at this time 34 FIXPACK= Test Build34 FIXPACK= 35 35 36 36 !ifndef %WATCOM # if not defined in the environment -
trunk/src/os2ahci/libc.c
r157 r159 793 793 794 794 current = gis->msecs; 795 if (pTimer->Start < pTimer->End) {795 if (pTimer->Start <= pTimer->End) { 796 796 if ((current >= pTimer->End) || (current < pTimer->Start)) return 1; 797 797 } else { … … 809 809 TIMER Timer; 810 810 811 if (millies == 0) return; 811 812 timer_init(&Timer, millies); 812 813 while (!timer_check_and_block(&Timer));
Note:
See TracChangeset
for help on using the changeset viewer.