Unstick the -r option for the disassemble command.

llvm-svn: 106186
diff --git a/lldb/source/Commands/CommandObjectDisassemble.cpp b/lldb/source/Commands/CommandObjectDisassemble.cpp
index 8c98384..0716ff3 100644
--- a/lldb/source/Commands/CommandObjectDisassemble.cpp
+++ b/lldb/source/Commands/CommandObjectDisassemble.cpp
@@ -108,6 +108,7 @@
     m_func_name.clear();
     m_start_addr = LLDB_INVALID_ADDRESS;
     m_end_addr = LLDB_INVALID_ADDRESS;
+    raw = false;
 }
 
 const lldb::OptionDefinition*