Skip to content
Snippets Groups Projects
Commit 34bd5777 authored by an7s's avatar an7s
Browse files

removed debug stmt

Former-commit-id: f4b27ba5126cc9968560ee864e22a115a478f671
parent 888300e2
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,6 @@ void MEDS_InstructionCheckAnnotation::parse()
sscanf(m_rawInputLine.c_str(), "%*s %*d %*s %*s %*s %*s %d %s", &m_bitWidth, buf);
m_target = string(buf);
m_register = Register::getRegister(m_target);
cerr << "SIGNEDNESS DETECTED: bitwidth: " << m_bitWidth << " reg:" << string(buf) << endl;
}
m_isValid = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment