- Get IP to compile.

svn path=/trunk/; revision=20654
This commit is contained in:
Alex Ionescu 2006-01-07 07:08:08 +00:00
parent 9a98412a66
commit 31334bb80f
2 changed files with 2 additions and 2 deletions

View file

@ -57,7 +57,7 @@ _csum_partial:
testl $1, %esi # Check alignment.
jz 10f # Jump if alignment is boundary of 2bytes.
# buf is odd
// buf is odd
dec %ecx
jl 8f
movzbl (%esi), %ebx

View file

@ -376,7 +376,7 @@ static HANDLE TimerThreadHandle;
* 800, 1000 and process the "fast" events at 200, 400, 600, 800, 1000 and the
* "slow" events at 500 and 1000.
*/
static VOID DDKAPI
static VOID NTAPI
TimerThread(PVOID Context)
{
LARGE_INTEGER Timeout;