From: Jacob Lifshay Date: Tue, 30 Aug 2022 06:12:52 +0000 (-0700) Subject: fix comment location X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e67c56b2b34b38a156a8a94227a04fc83e36719e;p=openpower-isa.git fix comment location (cherry picked from commit 2ba62128ffb197e41a9a7b518a915ebe839d8a71) --- diff --git a/src/openpower/sv/trans/svp64.py b/src/openpower/sv/trans/svp64.py index 8550b3b5..51e4afcc 100644 --- a/src/openpower/sv/trans/svp64.py +++ b/src/openpower/sv/trans/svp64.py @@ -495,9 +495,8 @@ def decode_bo(encoding): "encoding %s for BO Mode not recognised" % encoding return pmap[encoding] -# partial-decode fail-first mode - +# partial-decode fail-first mode def decode_ffirst(encoding): if encoding in ['RC1', '~RC1']: return encoding