daily update
[deliverable/binutils-gdb.git] / opcodes / arm-dis.c
index ba1644307b5d260e9d4ed4249433b01e1e28709e..0318d4a6aab9f2b98902e3ede2bbc60bc2ee0499 100644 (file)
@@ -2294,11 +2294,11 @@ print_arm_address (bfd_vma pc, struct disassemble_info *info, long given)
 
       func (stream, "[pc");
 
+      if (NEGATIVE_BIT_SET)
+       offset = - offset;
+
       if (PRE_BIT_SET)
        {
-         if (NEGATIVE_BIT_SET)
-           offset = - offset;
-
          /* Pre-indexed.  */
          func (stream, ", #%d]", offset);
 
This page took 0.023764 seconds and 4 git commands to generate.