Author: tkreuzer
Date: Thu Sep 4 14:29:48 2008
New Revision: 35948
URL:
http://svn.reactos.org/svn/reactos?rev=35948&view=rev
Log:
fix hal build on x86
Modified:
branches/ros-amd64-bringup/reactos/hal/hal/hal.c
Modified: branches/ros-amd64-bringup/reactos/hal/hal/hal.c
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/hal/h…
==============================================================================
--- branches/ros-amd64-bringup/reactos/hal/hal/hal.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/hal/hal/hal.c [iso-8859-1] Thu Sep 4 14:29:48
2008
@@ -38,8 +38,9 @@
PUNICODE_STRING RegistryPath)
{
UNIMPLEMENTED;
-
- return STATUS_SUCCESS;
+intptr_t y = __readeflags();
+__writeeflags(34);
+ return y;//STATUS_SUCCESS;
}
/*
@@ -821,7 +822,7 @@
return Value;
}
-#if 0
+#ifndef _M_AMD64
#undef KeRaiseIrql
VOID
NTAPI