diff options
| author | playerskel <97991990+playerskel@users.noreply.github.com> | 2022-01-24 00:09:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-23 18:09:02 -0500 |
| commit | f4a72303cb15abbebefb907480b46737d6c51d9d (patch) | |
| tree | 9024b80f3a3c9c4937861fb747a7ffa62dd559ef /first_diff.py | |
| parent | f344fe648bd71b0b61bbb5f4cf41edcaf12a981d (diff) | |
Whitespace (#1112)
* remove trailing whitespaces
* minor docs tweaks
* some more trailing whitespaces
* few more tweaks
Diffstat (limited to 'first_diff.py')
| -rwxr-xr-x | first_diff.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/first_diff.py b/first_diff.py index 3b8a9dd46..472ec1bcc 100755 --- a/first_diff.py +++ b/first_diff.py @@ -90,9 +90,9 @@ def search_rom_address(target_addr): continue ram = int(line[16 : 16 + 18], 0) - rom = ram - ram_offset + rom = ram - ram_offset sym = line.split()[-1] - + if sym.startswith("0x"): ram_offset = None continue |
