mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
side components. (Florian Krohm <britzel@acm.org> and Christian Borntraeger <borntraeger@de.ibm.com>). Fixes #243404. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11604
16 lines
212 B
Plaintext
16 lines
212 B
Plaintext
# This contains a match against a "???" entry
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:(below main)
|
|
}
|
|
|
|
{
|
|
<insert a suppression name here>
|
|
Memcheck:Jump
|
|
obj:*
|
|
fun:main
|
|
}
|
|
|