From 32063075636d4f4017f318fc0a367dd49c730895 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Fri, 3 Jun 2016 06:39:52 +0200 Subject: [PATCH] Fix Valgrind suppressions. --- src/lj.supp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lj.supp b/src/lj.supp index acb9e789..217f7c89 100644 --- a/src/lj.supp +++ b/src/lj.supp @@ -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 }