Skip to content

Commit

Permalink
trivial: fix style for changed file
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Lewis <corey.lewis@proofcraft.systems>
  • Loading branch information
corlewis committed Jul 21, 2022
1 parent afb8917 commit 3fa3a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python-capdl-tool/capdl/Object.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,8 @@ def get_size_bits(self):

# untypeds are ordered by their paddr, then size, then name, which makes allocation of objects from an
# untyped at specific addresses easier.


@total_ordering
class Untyped(Object):
def __init__(self, name, size_bits=12, paddr=None):
Expand Down

0 comments on commit 3fa3a1b

Please sign in to comment.