summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRInterpreter.cpp
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2013-04-20 02:39:24 +0000
committerSean Callanan <scallanan@apple.com>2013-04-20 02:39:24 +0000
commit49630e7fe971523675c627c3d2da860c30be6074 (patch)
treee88d160e524e5249cb2565ca11ad2c304ef7a7ab /lldb/source/Expression/IRInterpreter.cpp
parent4685073430fce027e739e0db0e24555bd5d93970 (diff)
downloadbcm5719-llvm-49630e7fe971523675c627c3d2da860c30be6074.tar.gz
bcm5719-llvm-49630e7fe971523675c627c3d2da860c30be6074.zip
Fixed an error message.
llvm-svn: 179918
Diffstat (limited to 'lldb/source/Expression/IRInterpreter.cpp')
-rw-r--r--lldb/source/Expression/IRInterpreter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Expression/IRInterpreter.cpp b/lldb/source/Expression/IRInterpreter.cpp
index 509e4636d70..622ce9cd361 100644
--- a/lldb/source/Expression/IRInterpreter.cpp
+++ b/lldb/source/Expression/IRInterpreter.cpp
@@ -1300,7 +1300,7 @@ IRInterpreter::Interpret (llvm::Module &module,
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;
}
OpenPOWER on IntegriCloud