aboutsummaryrefslogtreecommitdiff
path: root/string
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2022-11-17 11:47:12 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-11-17 12:07:47 +0000
commitdf9815ceabe700880890ab7baf00ba0d853f3b57 (patch)
tree43c5e2d48b771139577bff49af6e766e4eb2e19b /string
parent044e81634cea7a77b3d0e26ea7408b0ad7d06036 (diff)
downloadarm-optimized-routines-df9815ceabe700880890ab7baf00ba0d853f3b57.tar.gz
string: arm: Use /**/ comments in asmdefs.h
This is preprocessed asm code, so /**/ style comments are most appropriate.
Diffstat (limited to 'string')
-rw-r--r--string/arm/asmdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/string/arm/asmdefs.h b/string/arm/asmdefs.h
index a275aa6..8f21a78 100644
--- a/string/arm/asmdefs.h
+++ b/string/arm/asmdefs.h
@@ -333,7 +333,7 @@
bx lr
.endm
-# clean up expressions in 'last'
+/* Clean up expressions in 'last'. */
.macro _preprocess_reglist1 first:req, last:req, push_ip:req, push_lr:req, reglist_op:req
.if \last == 0
\reglist_op \first, 0, \push_ip, \push_lr
@@ -364,7 +364,7 @@
.endif
.endm
-# clean up expressions in 'first'
+/* Clean up expressions in 'first'. */
.macro _preprocess_reglist first:req, last, push_ip=0, push_lr=0, reglist_op:req
.ifb \last
_preprocess_reglist \first \first \push_ip \push_lr