mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:03:05 +00:00
- Get IP to compile.
svn path=/trunk/; revision=20654
This commit is contained in:
parent
9a98412a66
commit
31334bb80f
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ _csum_partial:
|
||||||
testl $1, %esi # Check alignment.
|
testl $1, %esi # Check alignment.
|
||||||
jz 10f # Jump if alignment is boundary of 2bytes.
|
jz 10f # Jump if alignment is boundary of 2bytes.
|
||||||
|
|
||||||
# buf is odd
|
// buf is odd
|
||||||
dec %ecx
|
dec %ecx
|
||||||
jl 8f
|
jl 8f
|
||||||
movzbl (%esi), %ebx
|
movzbl (%esi), %ebx
|
||||||
|
|
|
@ -376,7 +376,7 @@ static HANDLE TimerThreadHandle;
|
||||||
* 800, 1000 and process the "fast" events at 200, 400, 600, 800, 1000 and the
|
* 800, 1000 and process the "fast" events at 200, 400, 600, 800, 1000 and the
|
||||||
* "slow" events at 500 and 1000.
|
* "slow" events at 500 and 1000.
|
||||||
*/
|
*/
|
||||||
static VOID DDKAPI
|
static VOID NTAPI
|
||||||
TimerThread(PVOID Context)
|
TimerThread(PVOID Context)
|
||||||
{
|
{
|
||||||
LARGE_INTEGER Timeout;
|
LARGE_INTEGER Timeout;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue