mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Fix Valgrind suppressions.
This commit is contained in:
parent
a5f8a4819f
commit
3206307563
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user