diff options
| -rw-r--r-- | miasm/arch/mep/sem.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/arch/mep/sem.py b/miasm/arch/mep/sem.py index 62ca3c77..aac3613a 100644 --- a/miasm/arch/mep/sem.py +++ b/miasm/arch/mep/sem.py @@ -494,7 +494,7 @@ def sll3(r0, rn, imm5): @sbuild.parse def fsft(rn, rm): - "FSFT - Funnel shift.""" + """FSFT - Funnel shift.""" # Rn <- ((Rn||Rm)<<SAR5..0)63..32 # Note: lowest Rm bits are discarded |