disasm/sim: changed interface, added readline to sim
[calu.git] / 3c_disasm / instr / branch.cpp
index 90a56cbce8258d2a882f1ade81f48015784fdeb4..405acc0854acaa53e6e7581a828390c4b935b519 100644 (file)
@@ -82,7 +82,7 @@ void Cbranch::evalInstr()
 
 void Cbranch::execInstr()
 {
-       cout << "should exec " << this->toString() << endl;
+       //cout << "should exec " << this->toString() << endl;
        CDat pc = this->m_cpu->getCurPC();
        switch(this->m_typ) {
                case 1: