update for HEAD-2003091401
[reactos.git] / ntoskrnl / ex / power.c
index f4f0289..94b3159 100644 (file)
@@ -52,6 +52,11 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
         HalReturnToFirmware (FIRMWARE_OFF);
 #else
         PopSetSystemPowerState(PowerSystemShutdown);
+        __asm__("cli\n");
+       while (TRUE)
+         {
+           ;
+         }
 #endif
      }
    else if (Action == ShutdownReboot)