Fix Valgrind suppressions.

This commit is contained in:
Mike Pall 2016-06-03 06:39:52 +02:00
parent a5f8a4819f
commit 3206307563

View File

@ -27,15 +27,15 @@
{
Optimized string compare
Memcheck:Addr4
fun:lj_str_fastcmp
fun:str_fastcmp
}
{
Optimized string compare
Memcheck:Addr1
fun:lj_str_fastcmp
fun:str_fastcmp
}
{
Optimized string compare
Memcheck:Cond
fun:lj_str_fastcmp
fun:str_fastcmp
}