diff options
Diffstat (limited to 'asm/assembler.cpp')
-rw-r--r-- | asm/assembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/assembler.cpp b/asm/assembler.cpp index 5c879b1..501c0a4 100644 --- a/asm/assembler.cpp +++ b/asm/assembler.cpp @@ -15,7 +15,7 @@ bool registerOp(const std::string& mnemonic, FactoryFunction f) return false; } - std::cout << "Registering mnemonic |" << mnemonic << "|." << std::endl; + //std::cout << "Registering mnemonic |" << mnemonic << "|." << std::endl; ops[mnemonic] = f; |