mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 11:27:00 +00:00
indentation
This commit is contained in:
parent
60f6fc425a
commit
5e8af30110
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Test for MIPS branch likely instructions only executing their delay slot instruction when the branch is taken.
|
||||
Currently it seems to always execute the delay slot instruction like a normal non-"likely" style branch.
|
||||
*/
|
||||
Test for MIPS branch likely instructions only executing their delay slot instruction when the branch is taken.
|
||||
Currently it seems to always execute the delay slot instruction like a normal non-"likely" style branch.
|
||||
*/
|
||||
|
||||
// windows specific
|
||||
#ifdef _MSC_VER
|
||||
|
|
Loading…
Reference in a new issue