mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00: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 "mutex.h"
|
||||
|
||||
#include "util/asm.hpp"
|
||||
|
||||
void shared_mutex::imp_lock_shared(u32 val)
|
||||
{
|
||||
ensure(val < c_err); // "shared_mutex underflow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue