diff options
Diffstat (limited to 'string/aarch64/memset-mops.S')
-rw-r--r-- | string/aarch64/memset-mops.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/string/aarch64/memset-mops.S b/string/aarch64/memset-mops.S index ec791493bae9..00d8e7d2c05f 100644 --- a/string/aarch64/memset-mops.S +++ b/string/aarch64/memset-mops.S @@ -8,9 +8,6 @@ #include "asmdefs.h" ENTRY (__memset_aarch64_mops) - PTR_ARG (0) - SIZE_ARG (2) - mov x3, x0 .inst 0x19c10443 /* setp [x3]!, x2!, x1 */ .inst 0x19c14443 /* setm [x3]!, x2!, x1 */ |