[SDK] Add in __break instrsinc

This commit is contained in:
Justin Miller 2023-10-09 14:34:32 -07:00
parent 0d5ce3da79
commit f002961da0
2 changed files with 4 additions and 1 deletions

View file

@ -1004,6 +1004,7 @@ int _isunorderedf(float, float);
#ifdef _M_ARM64
unsigned __int64 __getReg(int);
unsigned char _InterlockedCompareExchange128(__int64 volatile * _Destination, __int64 _ExchangeHigh, __int64 _ExchangeLow, __int64 * _ComparandResult);
void __break(int);
#endif
#if defined(_M_CEE_PURE)

View file

@ -416,7 +416,9 @@ void _sgdt(void *Destination);
#pragma intrinsic(__emit)
#pragma intrinsic(__static_assert)
#endif
#ifdef _M_ARM64
#pragma intrinsic(__break)
#endif
#ifdef __cplusplus
}
#endif