mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12:00
LLVM AOT
This commit is contained in:
parent
6fa5e2cc7c
commit
a8bebcba55
31 changed files with 7346 additions and 213 deletions
|
@ -178,7 +178,7 @@ namespace vm
|
|||
|
||||
_ptr_base operator --(int)
|
||||
{
|
||||
_ptr_base result = m_addr;
|
||||
_ptr_base result = *this;
|
||||
m_addr = vm::cast(m_addr, HERE) - SIZE_32(T);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue