From 5f6dbea5933aef1e74a4fa75f6cc312c895832ce Mon Sep 17 00:00:00 2001 From: clc5q <clc5q@git.zephyr-software.com> Date: Thu, 13 Dec 2007 19:47:49 +0000 Subject: [PATCH] Minor change to ad hoc debugging address. --- SMPDataFlowAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SMPDataFlowAnalysis.cpp b/SMPDataFlowAnalysis.cpp index b2a49ee9..91aab70e 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(); } -- GitLab