| author | |
| committer | |
| log | 8fda49ea8a695487def94e0bfaec506c207c6977 |
| tree | da6d15c5a669c76b97735c0938aa3b334a2d6473 |
| parent | 277e4a8337b233a5d74f8f5b74d606210cf6fd97 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Value.zig+1-1| ... | @@ -3182,7 +3182,7 @@ pub fn uninterpret(val: anytype, ty: Type, pt: Zcu.PerThread) error{ OutOfMemory | ... | @@ -3182,7 +3182,7 @@ pub fn uninterpret(val: anytype, ty: Type, pt: Zcu.PerThread) error{ OutOfMemory |
| 3182 | field_val.* = default_init; | 3182 | field_val.* = default_init; |
| 3183 | } | 3183 | } |
| 3184 | } | 3184 | } |
| 3185 | return pt.aggregateValue(ty, &field_vals); | 3185 | return pt.aggregateValue(ty, field_vals); |
| 3186 | }, | 3186 | }, |
| 3187 | }, | 3187 | }, |
| 3188 | }; | 3188 | }; |