[Mono-bugs] [Bug 74690][Nor] Changed - mono_stack_walk[_no_il] are inverted

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 22 Apr 2005 17:14:31 -0400 (EDT)


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=74690

--- shadow/74690	2005-04-21 18:04:32.000000000 -0400
+++ shadow/74690.tmp.3581	2005-04-22 17:14:31.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 74690
 Product: Mono: Runtime
 Version: 1.0
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
@@ -57,6 +57,9 @@
 -       stack_walk (func, TRUE, user_data);
 +       stack_walk (func, FALSE, user_data);
  }
   
  void
 
+
+------- Additional Comments From vargaz@gmail.com  2005-04-22 17:14 -------
+Fixed in SVN.