summaryrefslogtreecommitdiffstats
path: root/src/build/debug/simics-debug-framework.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/simics-debug-framework.py')
-rw-r--r--src/build/debug/simics-debug-framework.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/build/debug/simics-debug-framework.py b/src/build/debug/simics-debug-framework.py
index bc9bfeb67..90c8f8396 100644
--- a/src/build/debug/simics-debug-framework.py
+++ b/src/build/debug/simics-debug-framework.py
@@ -616,9 +616,8 @@ def magic_instruction_callback(user_arg, cpu, arg):
#break
break
# If we find an object later in the list that covers the
- # correct area, and has same or higher priority (indicated
- # by lower number) then use it.
- elif priority <= low_priority:
+ # correct area then use it.
+ else:
mem_object = simics.SIM_object_name(entry[1])
#print "Found entry %s for hrmor %d" % (mem_object, hb_hrmor)
low_priority = priority
OpenPOWER on IntegriCloud