summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h')
-rw-r--r--lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h b/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
index a15991ff9ebf..71ee60184b69 100644
--- a/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
+++ b/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLDB_PLUGIN_ARCHITECTURE_MIPS_H
-#define LLDB_PLUGIN_ARCHITECTURE_MIPS_H
+#ifndef LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H
+#define LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H
#include "lldb/Core/Architecture.h"
#include "lldb/Utility/ArchSpec.h"
@@ -35,11 +35,10 @@ public:
AddressClass addr_class) const override;
private:
- Instruction *GetInstructionAtAddress(const ExecutionContext &exe_ctx,
+ Instruction *GetInstructionAtAddress(Target &target,
const Address &resolved_addr,
lldb::addr_t symbol_offset) const;
-
static std::unique_ptr<Architecture> Create(const ArchSpec &arch);
ArchitectureMips(const ArchSpec &arch) : m_arch(arch) {}
@@ -48,4 +47,4 @@ private:
} // namespace lldb_private
-#endif // LLDB_PLUGIN_ARCHITECTURE_MIPS_H
+#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H