From 7826d7e117269033559420ac085095f39e336496 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 12 Mar 1996 17:26:23 +0000 Subject: [PATCH] tweak last patch --- binutils/debug.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.7.4