From: lkcl Date: Fri, 25 Dec 2020 18:09:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~892 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a8ffc968525ef7f96da52e8136e1c91d6e99b45b;p=libreriscv.git --- diff --git a/openpower/sv/overview.mdwn b/openpower/sv/overview.mdwn index df226fc32..8abc10b6c 100644 --- a/openpower/sv/overview.mdwn +++ b/openpower/sv/overview.mdwn @@ -495,7 +495,6 @@ This is called "fail-on-first". Here is strncpy, illustrated from RVV: c.sub a2, a2, t1 # Decrement count. c.add a3, a3, t1 # Bump dst pointer c.bnez a2, loop # Anymore? - exit: c.ret