Simplify procedure argument handling

This commit is contained in:
gingerBill
2023-07-22 11:16:29 +01:00
parent eec3b3009f
commit 6c12156b1a
8 changed files with 95 additions and 36 deletions

View File

@@ -75,6 +75,7 @@ gb_internal TB_DataType cg_data_type(Type *t) {
case Basic_f32be: return TB_TYPE_F32;
case Basic_f64be: return TB_TYPE_F64;
}
break;
case Type_Pointer:
case Type_MultiPointer: