Fixed typos.
authorIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 18:02:01 +0000 (18:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 22 Jul 1993 18:02:01 +0000 (18:02 +0000)
gas/config/tc-h8300.c

index a7a1fc8d8cbaa033bf02fb9ec48d860ea663c4d1..44445656f97a712f2f68ecf4671665b0873322a3 100644 (file)
@@ -953,7 +953,7 @@ build_bytes (this_try, operand)
                       operand->exp.X_add_number);
            }
 
-         oeprand[i].exp.X_add_number =
+         operand[i].exp.X_add_number =
            (char) (operand[i].exp.X_add_number - 1);
          fix_new_exp (frag_now,
                       output - frag_now->fr_literal + where,
@@ -990,7 +990,7 @@ build_bytes (this_try, operand)
              as_warn ("branch operand has odd offset (%x)\n",
                       operand->exp.X_add_number);
            }
-         operand[i].exp = (short) operand[i].exp.X_add_number;
+         operand[i].exp.X_add_number = (short) operand[i].exp.X_add_number;
          fix_new_exp (frag_now,
                       output - frag_now->fr_literal,
                       4,
This page took 0.03711 seconds and 4 git commands to generate.