mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -227,9 +227,9 @@ SkipTick:
|
||||
ret 4
|
||||
.endfunc
|
||||
|
||||
.globl _KeUpdateSystemTime@12
|
||||
.func KeUpdateSystemTime@12
|
||||
_KeUpdateSystemTime@12:
|
||||
.globl _KeUpdateSystemTime@0
|
||||
.func KeUpdateSystemTime@0
|
||||
_KeUpdateSystemTime@0:
|
||||
|
||||
/* Check if this tick is getting skipped */
|
||||
cmp byte ptr fs:[KPCR_PRCB_SKIP_TICK], 0
|
||||
|
||||
@@ -685,7 +685,7 @@ KeTickCount DATA
|
||||
@KeTryToAcquireSpinLockAtDpcLevel@4
|
||||
KeUnstackDetachProcess@4
|
||||
KeUpdateRunTime
|
||||
KeUpdateSystemTime
|
||||
KeUpdateSystemTime@0
|
||||
KeUserModeCallback@20
|
||||
KeWaitForMultipleObjects@32
|
||||
KeWaitForMutexObject@20=KeWaitForSingleObject@20
|
||||
|
||||
Reference in New Issue
Block a user