aboutsummaryrefslogtreecommitdiff
path: root/src/parser.hpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-02-23 14:42:44 +0000
committergingerBill <bill@gingerbill.org>2019-02-23 14:42:44 +0000
commit64bd884d94fc45600eaed9566585d455b875a87a (patch)
tree7eb8becaf379c2caa4c539243b5b2dad1e64a703 /src/parser.hpp
parenta07232ea6367337d785ef07a1de659c7555357bf (diff)
Add "none" calling convention
Diffstat (limited to 'src/parser.hpp')
-rw-r--r--src/parser.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp
index fabb7ff8e..13dd1258c 100644
--- a/src/parser.hpp
+++ b/src/parser.hpp
@@ -166,6 +166,9 @@ enum ProcCallingConvention {
// ProcCC_VectorCall,
// ProcCC_ClrCall,
+ ProcCC_None,
+
+
ProcCC_ForeignBlockDefault = -1,
};