Add calling_convention to Type

This commit is contained in:
gingerBill
2021-04-18 19:26:36 +01:00
parent 4282688e60
commit b59e110fec
+1
View File
@@ -160,6 +160,7 @@ Type :: struct {
elem_counts: [Type_Elems_Cap]i64le, elem_counts: [Type_Elems_Cap]i64le,
// Each of these is esed by some types, not all // Each of these is esed by some types, not all
calling_convention: String, // Procedures
types: Array(Type_Index), types: Array(Type_Index),
entities: Array(Entity_Index), entities: Array(Entity_Index),
polymorphic_params: Type_Index, // Struct, Union polymorphic_params: Type_Index, // Struct, Union