[MINGW/INTRIN]
[reactos.git] / reactos / include / crt / mingw32 / intrin_x86.h
index cee2044..c600ef1 100644 (file)
@@ -1540,6 +1540,7 @@ __declspec(noreturn)
 __INTRIN_INLINE void __fastfail(unsigned int Code)
 {
        __asm__("int $0x29" : : "c"(Code) : "memory");
+       __builtin_unreachable();
 }
 
 /*** Protected memory management ***/