dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and to


From: Klaus Treichel
Subject: [dotgnu-pnet-commits] [SCM] DotGNU Portable.NET engine, compilers and tools (pnet) branch, master, updated. 2e695f03776691ec000e65f21091d8e3fe68d62d
Date: Wed, 28 Oct 2009 12:00:46 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DotGNU Portable.NET engine, compilers and tools (pnet)".

The branch, master has been updated
       via  2e695f03776691ec000e65f21091d8e3fe68d62d (commit)
      from  f325522c597e4e178037606c03c2b7c9a66ea637 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/pnet.git/commit/?id=2e695f03776691ec000e65f21091d8e3fe68d62d

commit 2e695f03776691ec000e65f21091d8e3fe68d62d
Author: Klaus Treichel <address@hidden>
Date:   Wed Oct 28 13:00:16 2009 +0100

    Fix two typos

diff --git a/support/interlocked_any.h b/support/interlocked_any.h
index 7c263e4..db4575b 100644
--- a/support/interlocked_any.h
+++ b/support/interlocked_any.h
@@ -2683,7 +2683,7 @@ static IL_INLINE ILInt64 ILInterlockedAddI8_Full(volatile 
ILInt64 *dest,
 #define IL_HAVE_INTERLOCKED_DECREMENTI8_FULL 1
 #endif
 
-#if !defined(IL_HAVE_INTERLOCKED_ANDUI4) && \
+#if !defined(IL_HAVE_INTERLOCKED_ANDU4) && \
        defined(IL_HAVE_INTERLOCKED_COMPAREANDEXCHANGEU4)
 static IL_INLINE void ILInterlockedAndU4(volatile ILUInt32 *dest,
                                                                                
 ILUInt32 value)
@@ -2748,7 +2748,7 @@ static IL_INLINE void ILInterlockedAndU8_Full(volatile 
ILUInt64 *dest,
 #define IL_HAVE_INTERLOCKED_ANDU8_FULL 1
 #endif
 
-#if !defined(IL_HAVE_INTERLOCKED_ORUI4) && \
+#if !defined(IL_HAVE_INTERLOCKED_ORU4) && \
        defined(IL_HAVE_INTERLOCKED_COMPAREANDEXCHANGEU4)
 static IL_INLINE void ILInterlockedOrU4(volatile ILUInt32 *dest,
                                                                                
ILUInt32 value)

-----------------------------------------------------------------------

Summary of changes:
 support/interlocked_any.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
DotGNU Portable.NET engine, compilers and tools (pnet)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]