fix stage1 to build on macOS + xcode/clang

This commit is contained in:
Michael Dusan 2019-08-30 06:39:01 -04:00 committed by Andrew Kelley
parent 10541c8fc8
commit 966670645a

View File

@ -25673,8 +25673,8 @@ static Error ir_resolve_lazy_raw(AstNode *source_node, ConstExprValue *val) {
}
}
uint64_t abi_size;
uint64_t size_in_bits;
size_t abi_size;
size_t size_in_bits;
if ((err = type_val_resolve_abi_size(ira->codegen, source_node, &lazy_size_of->target_type->value,
&abi_size, &size_in_bits)))
{