diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-07-22 18:02:01 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-07-22 18:02:01 +0000 |
commit | c2ac84cbbc67569776217765d2bccadbfac07e1f (patch) | |
tree | 6c9baad7bd82fe931d1fb2b729890a2dc77ffce2 /gas/config/tc-h8300.c | |
parent | 88e124608b3724a96dd209adfbc8ca391f4013cd (diff) | |
download | gdb-c2ac84cbbc67569776217765d2bccadbfac07e1f.zip gdb-c2ac84cbbc67569776217765d2bccadbfac07e1f.tar.gz gdb-c2ac84cbbc67569776217765d2bccadbfac07e1f.tar.bz2 |
Fixed typos.
Diffstat (limited to 'gas/config/tc-h8300.c')
-rw-r--r-- | gas/config/tc-h8300.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index a7a1fc8..4444565 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -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, |