mirror of
https://github.com/odin-lang/Odin.git
synced 2026-03-04 07:37:04 +00:00
Mock out cg_emit_conv
This commit is contained in:
@@ -3952,6 +3952,7 @@ gb_internal i64 type_offset_of(Type *t, i32 index) {
|
||||
case -1: return align_formula(t->Union.variant_block_size, build_context.ptr_size); // __type_info
|
||||
}
|
||||
}
|
||||
GB_ASSERT(index == 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user