Skip to content

Commit

Permalink
Merge branch 'master' into update-pkg_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lsf37 authored Jun 17, 2024
2 parents 66a87cc + f7ef9ca commit 7f53dd1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install python packages
Expand Down
1 change: 0 additions & 1 deletion python-capdl-tool/capdl/ELF.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ def get_pages(self, infer_asid=True, pd=None, use_large_frames=True, addr_space=
existing_pages = []
if addr_space:
# Update symbols with their vaddrs in the AddressSpaceAllocator if we were given one
existing_pages = []
for (symbol, (sizes, caps)) in iteritems(addr_space.get_symbols_and_clear()):
assert self.get_symbol_size(symbol) >= sum(sizes), \
"Symbol (%s:%d) must have same or greater size than supplied cap range (%d)" % (
Expand Down

0 comments on commit 7f53dd1

Please sign in to comment.