mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +00:00
Fix transmute(uintptr)ptr etc
This commit is contained in:
@@ -1630,8 +1630,7 @@ gb_internal void cg_build_range_stmt(cgProcedure *p, Ast *node) {
|
||||
array = cg_emit_load(p, array);
|
||||
}
|
||||
count_ptr = cg_emit_struct_ep(p, array, 1);
|
||||
GB_PANIC("TODO(bill): cg_build_range_stmt_indexed");
|
||||
// cg_build_range_stmt_indexed(p, array, val0_type, count_ptr, &val, &key, &loop, &done, rs->reverse);
|
||||
cg_build_range_stmt_indexed(p, array, val0_type, count_ptr, &val, &key, &loop, &done, rs->reverse);
|
||||
break;
|
||||
}
|
||||
case Type_Slice: {
|
||||
|
||||
Reference in New Issue
Block a user