Changeset 159 for trunk/src/os2ahci/libc.c
- Timestamp:
- May 14, 2013, 5:57:32 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.