S390: Migrate watch areas from list to VEC type
[deliverable/binutils-gdb.git] / gdb / aarch64-tdep.c
index e97e2f41ddb0cc6b9d45a488527be7ade1d4dddd..3b7e954424e13df05c86c84c442501d719261f32 100644 (file)
@@ -322,10 +322,11 @@ aarch64_analyze_prologue (struct gdbarch *gdbarch,
                         is64 ? 8 : 4, regs[rt]);
        }
       else if ((inst.opcode->iclass == ldstpair_off
-               || inst.opcode->iclass == ldstpair_indexed)
-              && inst.operands[2].addr.preind
+               || (inst.opcode->iclass == ldstpair_indexed
+                   && inst.operands[2].addr.preind))
               && strcmp ("stp", inst.opcode->name) == 0)
        {
+         /* STP with addressing mode Pre-indexed and Base register.  */
          unsigned rt1 = inst.operands[0].reg.regno;
          unsigned rt2 = inst.operands[1].reg.regno;
          unsigned rn = inst.operands[2].addr.base_regno;
This page took 0.023426 seconds and 4 git commands to generate.