diff --git a/src/lexer.cpp b/src/lexer.cpp index 2cb03ad..3cbf1e2 100644 --- a/src/lexer.cpp +++ b/src/lexer.cpp @@ -20,7 +20,7 @@ extern "C" #include "./lexer.hpp" -static_assert(NUMBER_OF_OPCODES == 98, "ERROR: Lexer is out of date"); +static_assert(NUMBER_OF_OPCODES == 99, "ERROR: Lexer is out of date"); using std::string, std::string_view, std::pair, std::make_pair;