diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-03-12 17:26:23 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-03-12 17:26:23 +0000 |
commit | 7826d7e117269033559420ac085095f39e336496 (patch) | |
tree | 56ad9eb3844f1b8fe32b57398676c3f263d70834 /binutils | |
parent | ea2488ad2efb2d469fed7106eb0afab1b1e08c59 (diff) | |
download | gdb-7826d7e117269033559420ac085095f39e336496.zip gdb-7826d7e117269033559420ac085095f39e336496.tar.gz gdb-7826d7e117269033559420ac085095f39e336496.tar.bz2 |
tweak last patch
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/debug.c b/binutils/debug.c index c47f1b0..c6ce8a7 100644 --- a/binutils/debug.c +++ b/binutils/debug.c @@ -3199,6 +3199,8 @@ debug_type_samep (info, t1, t2) break; ++pn1; ++pn2; + ++pv1; + ++pv2; } ret = *pn1 == NULL && *pn2 == NULL; } |