forked from qt-creator/qt-creator
debugger: fix chain of fallbacks for disassembler view.
Use non-mixed mode if source is not available.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
StackFrame::StackFrame(int l)
|
||||
: level(l), line(0)
|
||||
StackFrame::StackFrame()
|
||||
: level(0), line(0)
|
||||
{}
|
||||
|
||||
bool StackFrame::isUsable() const
|
||||
|
||||
Reference in New Issue
Block a user