Fixed the -r parameter to the disassemble command
so that it actually triggers raw output.

llvm-svn: 127433
diff --git a/lldb/source/Target/StackFrame.cpp b/lldb/source/Target/StackFrame.cpp
index 7aec5b8..60931fcf 100644
--- a/lldb/source/Target/StackFrame.cpp
+++ b/lldb/source/Target/StackFrame.cpp
@@ -261,6 +261,7 @@
                                    exe_ctx,
                                    0,
                                    false,
+                                   false,
                                    m_disassembly);
         if (m_disassembly.GetSize() == 0)
             return NULL;