Author: martin
Date: 2007-01-19 10:46:48 -0500 (Fri, 19 Jan 2007)
New Revision: 71335

Modified:
   trunk/debugger/backend/arch/Architecture_I386.cs
Log:
Remove debugging statement.

Modified: trunk/debugger/backend/arch/Architecture_I386.cs
===================================================================
--- trunk/debugger/backend/arch/Architecture_I386.cs    2007-01-19 15:46:11 UTC 
(rev 71334)
+++ trunk/debugger/backend/arch/Architecture_I386.cs    2007-01-19 15:46:48 UTC 
(rev 71335)
@@ -720,8 +720,6 @@
                        TargetAddress lmf = thread.ReadAddress 
(thread.LMFAddress);
 
                        TargetBinaryReader reader = thread.ReadMemory (lmf, 
32).GetReader ();
-                       Console.WriteLine ("GET LMF: {0} {1} {2} {3}", thread, 
thread.LMFAddress,
-                                          lmf, reader.HexDump ());
 
                        reader.Position = 12;
 

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to