From be769a6a7fa1cfc44c1a2fa6b31dc897c043d4ce Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Tue, 12 Nov 2024 22:00:05 +1100 Subject: [PATCH] Tools: correct powr_change.py output for accumulated flags --- Tools/scripts/powr_change.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Tools/scripts/powr_change.py b/Tools/scripts/powr_change.py index 332f9814dc..d7c295a08c 100755 --- a/Tools/scripts/powr_change.py +++ b/Tools/scripts/powr_change.py @@ -70,8 +70,6 @@ class POWRChange(object): if new_acc_bit_set and not old_acc_bit_set: line += " ACCFLAGS+%s" % self.bit_description(bit) - elif not new_bit_set and old_bit_set: - line += " ACCFLAGS-%s" % self.bit_description(bit) if len(line) == 0: continue