Check all inline frames if they are marked for skip
[deliverable/binutils-gdb.git] / bfd / elfxx-riscv.c
index 29592db97814763c61a0a62aad16a5f0ec3c1801..245717f70f137b6ed9b118104958144a8da055df 100644 (file)
@@ -1542,9 +1542,9 @@ riscv_arch_str1 (riscv_subset_t *subset,
 
   snprintf (buf, bufsz, "%s%s%dp%d",
            underline,
-            subset->name,
-            subset->major_version,
-            subset->minor_version);
+           subset->name,
+           subset->major_version,
+           subset->minor_version);
 
   strncat (attr_str, buf, bufsz);
 
This page took 0.03524 seconds and 4 git commands to generate.