diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-06-11 18:57:28 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-06-11 18:57:28 -0400 |
| commit | ac45b1a835d23b4ca5ffe2554b85878e436e03c9 (patch) | |
| tree | 63bd34c4f2f4a6ba2500adaf094671b0de423164 /python/basicblock.py | |
| parent | 5fafe57bf83f292e98e721e8b9d018cd9a4919cf (diff) | |
fix for fixed comment
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/basicblock.py b/python/basicblock.py index 5bcf6aff..58eb863f 100644 --- a/python/basicblock.py +++ b/python/basicblock.py @@ -151,7 +151,7 @@ class BasicBlock(object): def __iter__(self): if self._instStarts is None: - # don't and instruction start cache the object is likely ephemeral + # don't add instruction start cache--the object is likely ephemeral idx = self.start while idx < self.end: data = self._view.read(idx, min(self.arch.max_instr_length, self.end - idx)) |
