Merge pull request #1412 from esdrubal/stackframe
[mono.git] / mono / metadata / object-internals.h
index 0e24c963d0c84b0bf5110eb3c89bf04b0db10299..11bb021a36f609702de4cd6d494c7017b22ed56d 100644 (file)
@@ -380,6 +380,7 @@ typedef struct {
        MonoObject obj;
        gint32 il_offset;
        gint32 native_offset;
+       gint64 method_address;
        MonoReflectionMethod *method;
        MonoString *filename;
        gint32 line;