mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-07-10 00:27:32 +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.
|
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.
|
Currently it seems to always execute the delay slot instruction like a normal non-"likely" style branch.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// windows specific
|
// windows specific
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
Loading…
Reference in a new issue