diff --git a/SMPDataFlowAnalysis.cpp b/SMPDataFlowAnalysis.cpp index b2a49ee9df93ad1f82b7af746fcd5255019b623b..91aab70ec8399b787aabc5ba3f7eda675b0559f1 100644 --- a/SMPDataFlowAnalysis.cpp +++ b/SMPDataFlowAnalysis.cpp @@ -551,7 +551,7 @@ void SMPInstr::MDFixupDefUseLists(void) { void SMPInstr::AnnotateStackConstants(bool UseFP, FILE *AnnotFile) { op_t Opnd; #if 1 - if (this->address == 0x80ffe32) { + if (this->address == 0x8066d08) { msg("PROBLEM INSTRUCTION: \n"); this->PrintOperands(); }