Slowly add more statements and expressions; Add header file

This commit is contained in:
gingerBill
2020-02-05 20:18:19 +00:00
parent 0103cedad7
commit b555b0083a
5 changed files with 1019 additions and 309 deletions
+2 -4
View File
@@ -174,12 +174,10 @@ enum ProcCallingConvention {
ProcCC_StdCall,
ProcCC_FastCall,
// TODO(bill): Add extra calling conventions
// ProcCC_VectorCall,
// ProcCC_ClrCall,
ProcCC_None,
ProcCC_MAX,
ProcCC_ForeignBlockDefault = -1,
};