Merge pull request #3442 from lateralusX/jlorenss/win-atexit-commands
[mono.git] / mono / metadata / method-builder.h
index 46df13a93ccc47ed584e5b8c4514c6c945cda50d..0176fc56a4227968c6bd76c1c63ab095fdae6ff1 100644 (file)
@@ -28,7 +28,7 @@ typedef struct _MonoMethodBuilder {
        GList *locals_list;
        int locals;
        gboolean dynamic;
-       gboolean skip_visibility;
+       gboolean skip_visibility, init_locals;
        guint32 code_size, pos;
        unsigned char *code;
        int num_clauses;