diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-18 12:53:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-18 12:53:30 +0000 |
commit | 411863a44d47767443870273ecd7d6f51c84fcac (patch) | |
tree | e0a2a0acf3b5b283f88edffa57bcd17a0edc241d /gas/ehopt.c | |
parent | c3f4437ee19cc855172de9c4acc06cde3ab604be (diff) | |
download | gdb-411863a44d47767443870273ecd7d6f51c84fcac.zip gdb-411863a44d47767443870273ecd7d6f51c84fcac.tar.gz gdb-411863a44d47767443870273ecd7d6f51c84fcac.tar.bz2 |
* app.c: Fix formatting.
* as.c: Likewise.
* ehopt.c: Likewise.
* expr.c: Likewise.
* input-file.c: Likewise.
* listing.c: Likewise.
* macro.h: Likewise.
* stabs.c: Likewise.
* symbols.c: Likewise.
Diffstat (limited to 'gas/ehopt.c')
-rw-r--r-- | gas/ehopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/ehopt.c b/gas/ehopt.c index ad6e028..4f5c9b2 100644 --- a/gas/ehopt.c +++ b/gas/ehopt.c @@ -370,7 +370,7 @@ check_eh_frame (exp, pnbytes) d->state = state_error; else { - int left = (d->aug_size -= *pnbytes); + int left = (d->aug_size -= *pnbytes); if (left == 0) d->state = state_wait_loc4; else if (left < 0) |