mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-22 15:37:51 +00:00
Slowly add more statements and expressions; Add header file
This commit is contained in:
+2
-4
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user