diff --git a/scripts/gdb.py b/scripts/gdb.py index eb28ed8..286627c 100644 --- a/scripts/gdb.py +++ b/scripts/gdb.py @@ -241,7 +241,7 @@ class Target: block = 0 for i in range(len(self.blocks)): block += 1 - if callable(progress_cb): + if callable(progress_cb) and totalblocks > 0: progress_cb(block*100/totalblocks) # Erase the block