mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
- Add more intrinsic defines.
- SVN maintenance. svn path=/trunk/; revision=35140
This commit is contained in:
parent
74c43744f4
commit
a0ea339453
1 changed files with 9 additions and 5 deletions
|
@ -28,11 +28,15 @@
|
|||
// We are very lazy on ARM -- we just import intrinsics
|
||||
// Question: Why wasn't this done for x86 too? (see fastintrlck.asm)
|
||||
//
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedIncrement _InterlockedIncrement
|
||||
#define InterlockedCompareExchange _InterlockedCompareExchange
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
#define InterlockedDecrement _InterlockedDecrement
|
||||
#define InterlockedDecrement16 _InterlockedDecrement16
|
||||
#define InterlockedIncrement _InterlockedIncrement
|
||||
#define InterlockedIncrement16 _InterlockedIncrement16
|
||||
#define InterlockedCompareExchange _InterlockedCompareExchange
|
||||
#define InterlockedCompareExchange16 _InterlockedCompareExchange16
|
||||
#define InterlockedCompareExchange64 _InterlockedCompareExchange64
|
||||
#define InterlockedExchange _InterlockedExchange
|
||||
#define InterlockedExchangeAdd _InterlockedExchangeAdd
|
||||
|
||||
#include "ke.h"
|
||||
#include "i386/mm.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue