From f65dcdcdca969031e207cdd4cb204a18cdd8e9a1 Mon Sep 17 00:00:00 2001 From: Sepalani Date: Thu, 5 Oct 2017 20:09:12 +0200 Subject: DebugInterface: Rename InsertBLR to Patch --- Source/Core/Common/DebugInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/DebugInterface.h') diff --git a/Source/Core/Common/DebugInterface.h b/Source/Core/Common/DebugInterface.h index 521c16a8c7..d4459f0272 100644 --- a/Source/Core/Common/DebugInterface.h +++ b/Source/Core/Common/DebugInterface.h @@ -39,7 +39,7 @@ public: virtual void SetPC(unsigned int /*address*/) {} virtual void Step() {} virtual void RunToBreakpoint() {} - virtual void InsertBLR(unsigned int /*address*/, unsigned int /*value*/) {} + virtual void Patch(unsigned int /*address*/, unsigned int /*value*/) {} virtual int GetColor(unsigned int /*address*/) { return 0xFFFFFFFF; } virtual std::string GetDescription(unsigned int /*address*/) = 0; }; -- cgit v1.2.3