Skip to content

Commit

Permalink
Fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Oct 21, 2024
1 parent f9ecb16 commit abfaaff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/cases_generator/generators_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def instruction_size(self,
) -> bool:
"""Replace the INSTRUCTION_SIZE macro with the size of the current instruction."""
if uop.instruction_size is None:
raise analysis_error("INSTRUCTION_SIZE macro requires uop.instruction_size to be set", tkn)
raise analysis_error("The INSTRUCTION_SIZE macro requires uop.instruction_size to be set", tkn)
self.out.emit(f" {uop.instruction_size} ")
return True

Expand Down

0 comments on commit abfaaff

Please sign in to comment.