mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Removed an obsolete comment
This commit is contained in:
parent
e1ddbdd214
commit
bfc797ede1
1 changed files with 0 additions and 2 deletions
|
@ -304,8 +304,6 @@ void Jit64::WriteExit(u32 destination, int exit_num)
|
|||
{
|
||||
Cleanup();
|
||||
|
||||
// External exceptions are checked when the following instruction sets the <= 0 flag.
|
||||
// If we need to force the check, execute a useless SUB EAX, EAX
|
||||
SUB(32, M(&CoreTiming::downcount), js.downcountAmount > 127 ? Imm32(js.downcountAmount) : Imm8(js.downcountAmount));
|
||||
|
||||
//If nobody has taken care of this yet (this can be removed when all branches are done)
|
||||
|
|
Loading…
Add table
Reference in a new issue