From aaa67ca57ea63840271ce4abde23daeaaf2ef86e Mon Sep 17 00:00:00 2001 From: Pringo Date: Wed, 2 Dec 2015 09:01:28 -0800 Subject: [PATCH] Update Issue Tracker Link in Comment --- Source/Core/Core/PowerPC/PPCAnalyst.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/Core/PowerPC/PPCAnalyst.cpp b/Source/Core/Core/PowerPC/PPCAnalyst.cpp index c90802222d..8619c4d693 100644 --- a/Source/Core/Core/PowerPC/PPCAnalyst.cpp +++ b/Source/Core/Core/PowerPC/PPCAnalyst.cpp @@ -243,7 +243,7 @@ static bool CanSwapAdjacentOps(const CodeOp &a, const CodeOp &b) // interrupt is *not* a possible swap candidate: see [1] for an example of // a crash caused by this error. // - // [1] https://code.google.com/p/dolphin-emu/issues/detail?id=5864#c7 + // [1] https://bugs.dolphin-emu.org/issues/5864#note-7 if (b_info->type != OPTYPE_INTEGER) return false;