Skip to content

Commit

Permalink
Fix 2.6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Jul 24, 2011
1 parent 769f316 commit 9c27d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/liveness.c
Expand Up @@ -134,7 +134,7 @@ mono_liveness_handle_exception_clauses (MonoCompile *cfg)
{ {
MonoBasicBlock *bb; MonoBasicBlock *bb;
GSList *visited = NULL; GSList *visited = NULL;
MonoMethodHeader *header = cfg->header; MonoMethodHeader *header = mono_method_get_header (cfg->method);
MonoExceptionClause *clause, *clause2; MonoExceptionClause *clause, *clause2;
int i, j; int i, j;
gboolean *outer_try; gboolean *outer_try;
Expand Down

0 comments on commit 9c27d54

Please sign in to comment.