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. b71c0934bc74872dce2d1ccdfed879dc6d00ca8f
Date: Sun, 20 Dec 2009 20:48:23 +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  b71c0934bc74872dce2d1ccdfed879dc6d00ca8f (commit)
      from  7706349c27ffbd379f86585d8688165cbe2e64bd (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=b71c0934bc74872dce2d1ccdfed879dc6d00ca8f

commit b71c0934bc74872dce2d1ccdfed879dc6d00ca8f
Author: Klaus Treichel <address@hidden>
Date:   Sun Dec 20 21:48:08 2009 +0100

    Fix a typo

diff --git a/support/thread.c b/support/thread.c
index 3aaa058..2ce9666 100644
--- a/support/thread.c
+++ b/support/thread.c
@@ -922,7 +922,7 @@ int ILThreadGetBackground(ILThread *thread)
 {
        ILUInt16 threadState;
 
-       threadState = ILInterlockedLoadU2(&(threadState));
+       threadState = ILInterlockedLoadU2(&(thread->state));
        /* Determine if this is a background thread */
        return ((threadState & IL_TS_BACKGROUND) != 0);
 }

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

Summary of changes:
 support/thread.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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




reply via email to

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