mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
fix empty parentheses seg fault
This commit is contained in:
@@ -1797,6 +1797,7 @@ gb_internal void add_type_and_value(CheckerContext *ctx, Ast *expr, AddressingMo
|
|||||||
}
|
}
|
||||||
|
|
||||||
expr = unparen_expr(expr);
|
expr = unparen_expr(expr);
|
||||||
|
if(!expr) break;
|
||||||
}
|
}
|
||||||
mutex_unlock(mutex);
|
mutex_unlock(mutex);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user