mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 17:01:53 +00:00
[SDK] Add in __break instrsinc
This commit is contained in:
parent
0d5ce3da79
commit
f002961da0
2 changed files with 4 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue