Skip to content
Snippets Groups Projects
Commit 3f378948 authored by an7s's avatar an7s
Browse files

nothing to see... move on

Former-commit-id: 0027d3f32b7e792ed087cd6046c0f4033524ecf5
parent e52aba90
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,6 @@ cerr << "void IntegerTransform::addOverflowCheck(): enter: " << p_instruction->G
Instruction_t* nextOrig_i = p_instruction->GetFallthrough();
p_instruction->SetFallthrough(jncond_i);
// jncond
dataBits.resize(2);
if (isMultiplyInstruction32(p_instruction))
......@@ -178,7 +177,6 @@ cerr << "void IntegerTransform::addOverflowCheck(): enter: " << p_instruction->G
cerr << "integertransform: ADD/SUB OVERFLOW UNSIGNED 32" << endl;
}
jncond_i->SetDataBits(dataBits);
jncond_i->SetComment(jncond_i->getDisassembly());
jncond_i->SetFallthrough(pusha_i);
......
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