mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
decode_x64_reg_op: MOVUPS support
This commit is contained in:
parent
8e1991c1e1
commit
16b7d204d2
3 changed files with 18 additions and 5 deletions
|
@ -80,6 +80,8 @@ namespace vm
|
|||
std::array<atomic_t<u8>, 0x100000000ull / 4096> g_pages = {}; // information about every page
|
||||
|
||||
const thread_ctrl_t* const INVALID_THREAD = reinterpret_cast<const thread_ctrl_t*>(~0ull);
|
||||
|
||||
//using reservation_mutex_t = std::mutex;
|
||||
|
||||
class reservation_mutex_t
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue