Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .idea/objutils@1.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions .idea/pyLspTools.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
args: ["--line-length=132"]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.16
rev: v0.15.17
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
Expand Down
1 change: 0 additions & 1 deletion objutils/elf/defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1332,7 +1332,6 @@ class ProgramHeader(enum.IntEnum):
# MIPS_OPTIONS = 0x70000002
MIPS_ABIFLAGS = 0x70000003


PT_LOPROC = 0x70000000 # Start of processor-specific.
PT_ARM_EXIDX = PT_LOPROC + 1 # Frame unwind information
PT_HIPROC = 0x7FFFFFFF # End of processor-specific
Expand Down
Loading