I was wrong, because KeUpdateSystemTime prototype is not the same on all platforms

svn path=/trunk/; revision=35256
This commit is contained in:
Hervé Poussineau 2008-08-10 09:02:49 +00:00
parent d28b074156
commit 041e42b57d
2 changed files with 4 additions and 4 deletions

View file

@ -227,9 +227,9 @@ SkipTick:
ret 4 ret 4
.endfunc .endfunc
.globl _KeUpdateSystemTime@12 .globl _KeUpdateSystemTime@0
.func KeUpdateSystemTime@12 .func KeUpdateSystemTime@0
_KeUpdateSystemTime@12: _KeUpdateSystemTime@0:
/* Check if this tick is getting skipped */ /* Check if this tick is getting skipped */
cmp byte ptr fs:[KPCR_PRCB_SKIP_TICK], 0 cmp byte ptr fs:[KPCR_PRCB_SKIP_TICK], 0

View file

@ -685,7 +685,7 @@ KeTickCount DATA
@KeTryToAcquireSpinLockAtDpcLevel@4 @KeTryToAcquireSpinLockAtDpcLevel@4
KeUnstackDetachProcess@4 KeUnstackDetachProcess@4
KeUpdateRunTime KeUpdateRunTime
KeUpdateSystemTime KeUpdateSystemTime@0
KeUserModeCallback@20 KeUserModeCallback@20
KeWaitForMultipleObjects@32 KeWaitForMultipleObjects@32
KeWaitForMutexObject@20=KeWaitForSingleObject@20 KeWaitForMutexObject@20=KeWaitForSingleObject@20