[AArch64] Print spaces after commas in addresses
[deliverable/binutils-gdb.git] / gas / config / tc-aarch64.c
index 9963c61c8aedb67079a9171f43f941220c451bc3..5d53064cf488dbf7e35607c20d5121c2f3508aba 100644 (file)
@@ -4478,7 +4478,7 @@ print_operands (char *buf, const aarch64_opcode *opcode,
 
       /* Delimiter.  */
       if (str[0] != '\0')
-       strcat (buf, i == 0 ? " " : ",");
+       strcat (buf, i == 0 ? " " : ", ");
 
       /* Append the operand string.  */
       strcat (buf, str);
This page took 0.024209 seconds and 4 git commands to generate.