[Mono-bugs] [Bug 74228][Nor] Changed - Bug inside InterlockedIncrement() and Interlockeddecrement() in the file atomic.c

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 30 Mar 2005 10:05:35 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by vargaz@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74228

--- shadow/74228	2005-03-30 08:07:56.000000000 -0500
+++ shadow/74228.tmp.28436	2005-03-30 10:05:35.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 74228
 Product: Mono: Runtime
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: io-layer
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vasantha.paulraj@honeywell.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,9 @@
 The code should be (*dest)++; instead of *dest++ inside the fucntion 
 InterlockedIncrement() and inside Interlockeddecrement() the code should 
 be (*dest)--; instead of *dest--;. 
 
 This change has to be made for a functional InterlockedIncrement() and 
 InterlockedDecrement() APIs.
+
+------- Additional Comments From vargaz@gmail.com  2005-03-30 10:05 -------
+Fixed in SVN.