- Replace RtlpGetExceptionAddress by the _ReturnAddress intrinsic and add it to ARM...
[reactos.git] / reactos / include / crt / mingw32 / intrin_arm.h
index 3e78892..066c641 100644 (file)
@@ -32,6 +32,7 @@
 #error Unsupported compiler
 #endif
 
+#define _ReturnAddress() (__builtin_return_address(0))
 #define _ReadWriteBarrier() __sync_synchronize()
 
 __INTRIN_INLINE char _InterlockedCompareExchange8(volatile char * const Destination, const char Exchange, const char Comperand)