mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Update Issue Tracker Link in Comment
This commit is contained in:
parent
a5904b522d
commit
aaa67ca57e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// interrupt is *not* a possible swap candidate: see [1] for an example of
|
||||||
// a crash caused by this error.
|
// 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)
|
if (b_info->type != OPTYPE_INTEGER)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue