From 2a8373704a3a028df23daa12063928ba3383ed25 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Sat, 10 Dec 2011 22:50:27 -0500 Subject: [PATCH] Add missing initialization. --- src/apps/debugger/dwarf/DebugInfoEntries.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/debugger/dwarf/DebugInfoEntries.cpp b/src/apps/debugger/dwarf/DebugInfoEntries.cpp index 56fe294597..cf4d0deecc 100644 --- a/src/apps/debugger/dwarf/DebugInfoEntries.cpp +++ b/src/apps/debugger/dwarf/DebugInfoEntries.cpp @@ -837,7 +837,8 @@ DIEEnumerationType::AddAttribute_specification(uint16 attributeName, DIEFormalParameter::DIEFormalParameter() : fAbstractOrigin(NULL), - fType(NULL) + fType(NULL), + fArtificial(false) { }