Author: toshok
Date: 2005-05-11 19:36:33 -0400 (Wed, 11 May 2005)
New Revision: 44417

Modified:
   trunk/mono/mono/metadata/ChangeLog
   trunk/mono/mono/metadata/mono-debug.h
Log:
2005-05-11  Chris Toshok  <[EMAIL PROTECTED]>

        * mono-debug.h (MonoDebugMethodAddress): revert this part of the
        last patch.



Modified: trunk/mono/mono/metadata/ChangeLog
===================================================================
--- trunk/mono/mono/metadata/ChangeLog  2005-05-11 23:07:03 UTC (rev 44416)
+++ trunk/mono/mono/metadata/ChangeLog  2005-05-11 23:36:33 UTC (rev 44417)
@@ -1,3 +1,8 @@
+2005-05-11  Chris Toshok  <[EMAIL PROTECTED]>
+
+       * mono-debug.h (MonoDebugMethodAddress): revert this part of the
+       last patch.
+
 2005-05-11  Martin Baulig  <[EMAIL PROTECTED]>
 
        * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed

Modified: trunk/mono/mono/metadata/mono-debug.h
===================================================================
--- trunk/mono/mono/metadata/mono-debug.h       2005-05-11 23:07:03 UTC (rev 
44416)
+++ trunk/mono/mono/metadata/mono-debug.h       2005-05-11 23:36:33 UTC (rev 
44417)
@@ -129,9 +129,8 @@
        guint32 symfile_id;
        guint32 domain_id;
        guint32 method_id;
-       guint32 code_size;
-       guint32 dummy;
        const guint8 *code_start;
+       guint32 code_size;
        const guint8 *wrapper_addr;
        MonoDebugMethodJitInfo *jit;
        guint8 data [MONO_ZERO_LEN_ARRAY];

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

Reply via email to