mirror of
https://github.com/rvtr/twl_wrapsdk.git
synced 2025-10-31 06:11:10 -04:00
small fix to avoid warning
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/twl_wrapsdk/trunk@181 4ee2a332-4b2b-5046-8439-1ba90f034370
This commit is contained in:
parent
8e793fb52d
commit
5b0d41d7ad
@ -332,7 +332,7 @@ void OS_SpinWaitSysCycles( u32 cycle )
|
|||||||
#else
|
#else
|
||||||
void OS_SpinWaitSysCycles(u32 cycle)
|
void OS_SpinWaitSysCycles(u32 cycle)
|
||||||
{
|
{
|
||||||
OS_SpinWait((s32)cycle / 4);
|
OS_SpinWait(cycle / 4);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user