aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-03-12 17:26:23 +0000
committerIan Lance Taylor <ian@airs.com>1996-03-12 17:26:23 +0000
commit7826d7e117269033559420ac085095f39e336496 (patch)
tree56ad9eb3844f1b8fe32b57398676c3f263d70834
parentea2488ad2efb2d469fed7106eb0afab1b1e08c59 (diff)
downloadgdb-7826d7e117269033559420ac085095f39e336496.zip
gdb-7826d7e117269033559420ac085095f39e336496.tar.gz
gdb-7826d7e117269033559420ac085095f39e336496.tar.bz2
tweak last patch
-rw-r--r--binutils/debug.c2
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;
}