- Change CPUID to match the old Ki386Cpuid and take 4 output arguments instead of...
[reactos.git] / reactos / include / crt / mingw32 / intrin_x86.h
index f27e3cd..bab8e96 100644 (file)
@@ -1107,6 +1107,10 @@ __INTRIN_INLINE void _enable(void)
        __asm__("sti");
 }
 
+__INTRIN_INLINE void __halt(void)
+{
+       __asm__("hlt\n\t");
+}
 
 /*** Protected memory management ***/