mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-13 22:03:42 +00:00
Rearrange context and value_type values of lb_const_value
This commit is contained in:
@@ -2385,7 +2385,7 @@ gb_internal void lb_build_static_variables(lbProcedure *p, AstValueDecl *vd) {
|
||||
if (e->Variable.is_rodata) {
|
||||
cc.is_rodata = true;
|
||||
}
|
||||
value = lb_const_value(p->module, ast_value->tav.type, ast_value->tav.value, cc);
|
||||
value = lb_const_value(p->module, ast_value->tav.type, ast_value->tav.value, nullptr, cc);
|
||||
}
|
||||
|
||||
String mangled_name = {};
|
||||
|
||||
Reference in New Issue
Block a user