[ros-diffs] [tkreuzer] 35511: fix build ;-)

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Aug 21 20:10:08 CEST 2008


Author: tkreuzer
Date: Thu Aug 21 13:10:08 2008
New Revision: 35511

URL: http://svn.reactos.org/svn/reactos?rev=35511&view=rev
Log:
fix build ;-)

Modified:
    branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S

Modified: branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S?rev=35511&r1=35510&r2=35511&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/ntoskrnl/ke/amd64/boot.S [iso-8859-1] Thu Aug 21 13:10:08 2008
@@ -76,7 +76,7 @@
     /* Force interrupts enabled and lower IRQL back to DISPATCH_LEVEL */
     sti
     mov rcx, DISPATCH_LEVEL
-    call _KfLowerIrql
+    mov cr8, rcx
 
     /* Set the right wait IRQL */
     mov byte ptr [rbx+KTHREAD_WAIT_IRQL], DISPATCH_LEVEL;



More information about the Ros-diffs mailing list