summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorPringo <Pringo@users.noreply.github.com>2015-12-02 09:01:28 -0800
committerPringo <Pringo@users.noreply.github.com>2015-12-02 09:01:28 -0800
commitaaa67ca57ea63840271ce4abde23daeaaf2ef86e (patch)
treed77c539ae321a42b5d13a84f92cac7e105fef104 /Source/Core
parenta5904b522d4bb73e24e8d453566cc1cdcd1b7ccb (diff)
Update Issue Tracker Link in Comment
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/PowerPC/PPCAnalyst.cpp2
1 files changed, 1 insertions, 1 deletions
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;