indentation

This commit is contained in:
Nguyen Anh Quynh 2015-12-20 20:43:37 +08:00
parent 60f6fc425a
commit 5e8af30110

View file

@ -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