From d5232406664fdc51640eeba8f0e49f26275921df Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 21 May 2014 03:47:33 -0700 Subject: Making sure to not double-examine the same DWARF CU --- library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library.c') diff --git a/library.c b/library.c index 13d8d45..3a22519 100644 --- a/library.c +++ b/library.c @@ -296,7 +296,7 @@ private_library_init(struct library *lib, enum library_type type) lib->type = type; #if defined(HAVE_LIBDW) - lib->dwfl = NULL; + lib->dwfl_module = NULL; #endif } -- cgit v1.2.3