[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    valgrind/coregrind
From:       Tom Hughes <thh () cyberscience ! com>
Date:       2005-05-11 18:44:21
Message-ID: 1115837061.421251.18865.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 412455 by thughes:

Fix stabs parsing bug introduced by fix to bug 90128 which meant
that structDef() didn't always call VG_(st_setname) as it should.


 M  +1 -1      trunk/valgrind/coregrind/vg_stabs.c  


--- trunk/valgrind/coregrind/vg_stabs.c #412454:412455
@@ -185,8 +185,8 @@
 		     isstruct ? "struct" : "union", name, ref, def);
 
       def = VG_(st_mktypedef)(ref, name, VG_(st_basetype)(def, False));
-      VG_(st_setname)(def, name);
    }
+   VG_(st_setname)(def, name);
    return def;
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic