diff options
Diffstat (limited to 'gprofng/src/Module.cc')
-rw-r--r-- | gprofng/src/Module.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprofng/src/Module.cc b/gprofng/src/Module.cc index a62d3e8..55091ad 100644 --- a/gprofng/src/Module.cc +++ b/gprofng/src/Module.cc @@ -131,7 +131,7 @@ Stabs * Module::openDebugInfo () { setFile (); - objStabs = loadobject->openDebugInfo (disPath); + objStabs = loadobject->openDebugInfo (); return objStabs; } |