commit | 49630e7fe971523675c627c3d2da860c30be6074 | [log] [tgz] |
---|---|---|
author | Sean Callanan <scallanan@apple.com> | Sat Apr 20 02:39:24 2013 +0000 |
committer | Sean Callanan <scallanan@apple.com> | Sat Apr 20 02:39:24 2013 +0000 |
tree | e88d160e524e5249cb2565ca11ad2c304ef7a7ab | |
parent | 4685073430fce027e739e0db0e24555bd5d93970 [diff] [blame] |
Fixed an error message. llvm-svn: 179918
diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp index 509e463..622ce9c 100644 --- a/lldb/source/Expression/IRInterpreter.cpp +++ b/lldb/source/Expression/IRInterpreter.cpp
@@ -1300,7 +1300,7 @@ if (log) log->Printf("Couldn't write to a region on behalf of a StoreInst"); error.SetErrorToGenericError(); - error.SetErrorString(memory_read_error); + error.SetErrorString(memory_write_error); return false; }