diff options
Diffstat (limited to 'binutils/wrstabs.c')
-rw-r--r-- | binutils/wrstabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index 4f10e0d..9297a96 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -795,7 +795,7 @@ stab_bool_type (p, size) case 2: index = -22; break; - + default: case 4: index = -16; @@ -963,7 +963,7 @@ stab_modify_type (info, mod, size, cache, cache_alloc) } return true; -} +} /* Push a pointer type. */ |