Add "none" calling convention

This commit is contained in:
gingerBill
2019-02-23 14:42:44 +00:00
parent a07232ea63
commit 64bd884d94
4 changed files with 8 additions and 0 deletions
+3
View File
@@ -166,6 +166,9 @@ enum ProcCallingConvention {
// ProcCC_VectorCall,
// ProcCC_ClrCall,
ProcCC_None,
ProcCC_ForeignBlockDefault = -1,
};