From 504f89a7e8c424a90d9ab323dc84598787f80193 Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 8 Feb 2011 17:49:02 +0000 Subject: Added a file abtraction layer into the Host section of LLDB. llvm-svn: 125093 --- lldb/source/Core/Error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Core/Error.cpp') diff --git a/lldb/source/Core/Error.cpp b/lldb/source/Core/Error.cpp index f12f34ba6b7..da137174bce 100644 --- a/lldb/source/Core/Error.cpp +++ b/lldb/source/Core/Error.cpp @@ -244,7 +244,7 @@ Error::LogIfError (Log *log, const char *format, ...) // "eErrorTypeMachKernel" //---------------------------------------------------------------------- void -Error::SetError (uint32_t err) +Error::SetMachError (uint32_t err) { m_code = err; m_type = eErrorTypeMachKernel; -- cgit v1.2.3