early-access version 1919

This commit is contained in:
pineappleEA
2021-07-26 19:21:31 +02:00
parent 78a5c08bea
commit 02e6dc42ed
7 changed files with 62 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ Token OpcodeToken(Opcode opcode) {
return Token::PBK;
case Opcode::PCNT:
case Opcode::CONT:
return Token::PBK;
return Token::PCNT;
case Opcode::PEXIT:
case Opcode::EXIT:
return Token::PEXIT;