From: Jacob Lifshay Date: Fri, 26 Aug 2022 04:07:26 +0000 (-0700) Subject: fix typo X-Git-Tag: sv_maxu_works-initial~96 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=476a61b762a0bd8f0ce0d088a06fdabd59936fa1;p=openpower-isa.git fix typo --- diff --git a/src/openpower/sv/trans/svp64.py b/src/openpower/sv/trans/svp64.py index 730b00a2..eca75860 100644 --- a/src/openpower/sv/trans/svp64.py +++ b/src/openpower/sv/trans/svp64.py @@ -660,7 +660,7 @@ class SVP64Asm: else: v30b_op = v30b_op_orig - # look up the 32-bit op (original, with "," if it has it) + # look up the 32-bit op (original, with "." if it has it) if v30b_op_orig not in isa.instr: raise Exception("opcode %s of '%s' not supported" % (v30b_op_orig, insn))