aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.hpp')
-rw-r--r--asm/lexer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/lexer.hpp b/asm/lexer.hpp
index c361f32..4c4889c 100644
--- a/asm/lexer.hpp
+++ b/asm/lexer.hpp
@@ -88,7 +88,7 @@ enum class lerr_type_t
INVALID_STRING_LITERAL,
INVALID_NUMBER_LITERAL,
INVALID_PREPROCESSOR_DIRECTIVE,
- UNKNOWN_CHAR,
+ UNKNOWN_LEXEME,
};
struct lerr_t