[ros-diffs] [hpoussin] 35256: I was wrong, because KeUpdateSystemTime prototype is not the same on all platforms

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Sun Aug 10 11:02:50 CEST 2008


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?rev=35256&r1=35255&r2=35256&view=diff
==============================================================================
--- 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 at 12
-.func KeUpdateSystemTime at 12
-_KeUpdateSystemTime at 12:
+.globl _KeUpdateSystemTime at 0
+.func KeUpdateSystemTime at 0
+_KeUpdateSystemTime at 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?rev=35256&r1=35255&r2=35256&view=diff
==============================================================================
--- 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 at 4
 KeUnstackDetachProcess at 4
 KeUpdateRunTime
-KeUpdateSystemTime
+KeUpdateSystemTime at 0
 KeUserModeCallback at 20
 KeWaitForMultipleObjects at 32
 KeWaitForMutexObject at 20=KeWaitForSingleObject at 20



More information about the Ros-diffs mailing list