From e9d8170044821a8c74562bd70954a9891c30401f Mon Sep 17 00:00:00 2001 From: toshok Date: Wed, 11 May 2005 23:36:33 +0000 Subject: [PATCH] 2005-05-11 Chris Toshok * mono-debug.h (MonoDebugMethodAddress): revert this part of the last patch. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mono@44417 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- mono/metadata/ChangeLog | 5 +++++ mono/metadata/mono-debug.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mono/metadata/ChangeLog b/mono/metadata/ChangeLog index 2d2ff83c5..b11caecda 100644 --- a/mono/metadata/ChangeLog +++ b/mono/metadata/ChangeLog @@ -1,3 +1,8 @@ +2005-05-11 Chris Toshok + + * mono-debug.h (MonoDebugMethodAddress): revert this part of the + last patch. + 2005-05-11 Martin Baulig * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed diff --git a/mono/metadata/mono-debug.h b/mono/metadata/mono-debug.h index 41de11ae6..44c7e86d9 100644 --- a/mono/metadata/mono-debug.h +++ b/mono/metadata/mono-debug.h @@ -129,9 +129,8 @@ struct _MonoDebugMethodAddress { 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]; -- 2.11.4.GIT