Fix addressing mode rules for match in statements

This commit is contained in:
Ginger Bill
2017-04-13 22:42:36 +01:00
parent d8d22e34dd
commit 0d2dbee84e
4 changed files with 26 additions and 3 deletions
+1
View File
@@ -40,6 +40,7 @@ typedef enum EntityFlag {
EntityFlag_Ellipsis = 1<<6,
EntityFlag_NoAlias = 1<<7,
EntityFlag_TypeField = 1<<8,
EntityFlag_Value = 1<<9,
} EntityFlag;
// Zero value means the overloading process is not yet done