Slight change to VMM defines
[tpg/acess2.git] / Kernel / arch / x86_64 / include / arch.h
index 0e5cb61..78b2acc 100644 (file)
@@ -45,7 +45,7 @@ typedef char  BOOL;
 /**
  * \brief Halt the CPU
  */
-#define        HALT()  __asm__ __volatile__ ("hlt")
+#define        HALT()  __asm__ __volatile__ ("sti;\n\thlt")
 /**
  * \brief Fire a magic breakpoint (bochs)
  */

UCC git Repository :: git.ucc.asn.au