Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 585f1e1b authored by Nicolas Derumigny's avatar Nicolas Derumigny
Browse files

ir: correcting typo

parent 96c7bca7
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ class Architecture(abc.ABC): ...@@ -187,7 +187,7 @@ class Architecture(abc.ABC):
round(last[uppermost_class]*len_reg)] round(last[uppermost_class]*len_reg)]
seen[uppermost_class] = big_slice_reg seen[uppermost_class] = big_slice_reg
if len(big_slice_reg) < 2: if len(big_slice_reg) < 2:
raise Architecture.NotEnoughRegisters raise Architecture.NotEnoughRegisters()
first[uppermost_class] = last[uppermost_class] first[uppermost_class] = last[uppermost_class]
else: else:
big_slice_reg = seen[uppermost_class] big_slice_reg = seen[uppermost_class]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment