Skip to content

Commit

Permalink
Do not output missing semantics to stderr
Browse files Browse the repository at this point in the history
  • Loading branch information
mxz297 committed Nov 11, 2016
1 parent a17f5b4 commit d8edc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataflowAPI/src/SymbolicExpansion.C
Expand Up @@ -89,7 +89,7 @@ bool SymbolicExpansion::expandAarch64(SgAsmInstruction *rose_insn, BaseSemantics
try {
cpu->processInstruction(insn);
} catch (rose::BinaryAnalysis::InstructionSemantics2::BaseSemantics::Exception &e) {
fprintf(stderr, "Instruction processing threw exception for instruction: %s\n", insn_dump.c_str());
// fprintf(stderr, "Instruction processing threw exception for instruction: %s\n", insn_dump.c_str());
}

return false;
Expand Down

0 comments on commit d8edc10

Please sign in to comment.