diff options
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 3 |
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, }; |