Author: hpoussin Date: Sun Aug 10 04:02:49 2008 New Revision: 35256
URL: http://svn.reactos.org/svn/reactos?rev=35256&view=rev Log: I was wrong, because KeUpdateSystemTime prototype is not the same on all platforms
Modified: trunk/reactos/ntoskrnl/ke/i386/systimer.S trunk/reactos/ntoskrnl/ntoskrnl_i386.def
Modified: trunk/reactos/ntoskrnl/ke/i386/systimer.S URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/i386/systimer.S... ============================================================================== --- trunk/reactos/ntoskrnl/ke/i386/systimer.S [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ke/i386/systimer.S [iso-8859-1] Sun Aug 10 04:02:49 2008 @@ -227,9 +227,9 @@ 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
Modified: trunk/reactos/ntoskrnl/ntoskrnl_i386.def URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl_i386.def?... ============================================================================== --- trunk/reactos/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] Sun Aug 10 04:02:49 2008 @@ -685,7 +685,7 @@ @KeTryToAcquireSpinLockAtDpcLevel@4 KeUnstackDetachProcess@4 KeUpdateRunTime -KeUpdateSystemTime +KeUpdateSystemTime@0 KeUserModeCallback@20 KeWaitForMultipleObjects@32 KeWaitForMutexObject@20=KeWaitForSingleObject@20