diff --git a/src/Assembler.cpp b/src/Assembler.cpp index 79361d7..2436224 100644 --- a/src/Assembler.cpp +++ b/src/Assembler.cpp @@ -1002,7 +1002,7 @@ namespace basm } // opcode 14, WAIT - bool Assembler::parseWaitInstr( void ) + boool Assembler::parseWaitInstr( void ) { uint32_t instruction = 0xE0000000; readToken(); // skip wait token