mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 17:01:24 +12:00
vm: expand reservation lock bit area to 7 bit
This is minor change.
This commit is contained in:
parent
ceaa669494
commit
9abb303569
5 changed files with 36 additions and 35 deletions
|
@ -1212,7 +1212,7 @@ void spu_recompiler::get_events()
|
|||
c->mov(*qw0, imm_ptr(vm::g_reservations));
|
||||
c->shr(qw1->r32(), 4);
|
||||
c->mov(*qw0, x86::qword_ptr(*qw0, *qw1));
|
||||
c->and_(qw0->r64(), (u64)(~1ull));
|
||||
c->and_(qw0->r64(), -128);
|
||||
c->cmp(*qw0, SPU_OFF_64(rtime));
|
||||
c->jne(fail);
|
||||
c->mov(*qw0, imm_ptr(vm::g_base_addr));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue