Avoid using 'template' C++ keyword
[deliverable/binutils-gdb.git] / opcodes / aarch64-opc.c
index 9880142873e6bbc65e0742eb1d41d815e4405a5c..c6ab4b24950c39dbae9c10ee6a27cc5e581b79ac 100644 (file)
@@ -2667,7 +2667,7 @@ aarch64_print_operand (char *buf, size_t size, bfd_vma pc,
     case AARCH64_OPND_SYSREG_DC:
     case AARCH64_OPND_SYSREG_IC:
     case AARCH64_OPND_SYSREG_TLBI:
-      snprintf (buf, size, "%s", opnd->sysins_op->template);
+      snprintf (buf, size, "%s", opnd->sysins_op->name);
       break;
 
     case AARCH64_OPND_BARRIER:
This page took 0.027864 seconds and 4 git commands to generate.