mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Move busy_wait() to asm.hpp
This commit is contained in:
parent
908465b274
commit
4cfa9b11f3
8 changed files with 21 additions and 8 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "sema.h"
|
||||
|
||||
#include "util/asm.hpp"
|
||||
|
||||
void semaphore_base::imp_wait()
|
||||
{
|
||||
for (int i = 0; i < 10; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue