diff options
-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; } |