decode_x64_reg_op: MOVUPS support

This commit is contained in:
Nekotekina 2015-07-27 14:40:22 +03:00
parent 8e1991c1e1
commit 16b7d204d2
3 changed files with 18 additions and 5 deletions

View file

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