Tools: correct powr_change.py output for accumulated flags

This commit is contained in:
Peter Barker 2024-11-12 22:00:05 +11:00 committed by Peter Barker
parent 3bc0207f22
commit be769a6a7f
1 changed files with 0 additions and 2 deletions

View File

@ -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