From ee01ed8f13d235ad84cdca11ca88523cc5b52287 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Tue, 16 Feb 2021 13:22:10 +0100 Subject: [PATCH] Fix compilation on macOS with new debuginfo reader --- coregrind/m_debuginfo/readmacho.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coregrind/m_debuginfo/readmacho.c b/coregrind/m_debuginfo/readmacho.c index 9153a74ca1..d93e24ecf8 100644 --- a/coregrind/m_debuginfo/readmacho.c +++ b/coregrind/m_debuginfo/readmacho.c @@ -1152,7 +1152,7 @@ Bool ML_(read_macho_debug_info)( struct _DebugInfo* di ) debug_line_mscn, debug_str_mscn, DiSlice_INVALID, /* ALT .debug_str */ - debug_line_str ); + debug_line_str_mscn ); /* The new reader: read the DIEs in .debug_info to acquire information on variable types and locations or inline info. -- 2.47.3