mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +00:00
I was wrong, because KeUpdateSystemTime prototype is not the same on all platforms
svn path=/trunk/; revision=35256
This commit is contained in:
parent
d28b074156
commit
041e42b57d
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue