From 476a61b762a0bd8f0ce0d088a06fdabd59936fa1 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Thu, 25 Aug 2022 21:07:26 -0700 Subject: [PATCH] fix typo --- src/openpower/sv/trans/svp64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.30.2