mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
vm::var improved, cleanup
Mostly vm::var initialization introduced. Added vm::make_var function.
This commit is contained in:
parent
cc02a147d3
commit
a974ee009e
116 changed files with 2763 additions and 3019 deletions
|
|
@ -261,7 +261,7 @@ void InterpreterDisAsmFrame::ShowAddr(const u64 addr)
|
|||
}
|
||||
else
|
||||
{
|
||||
disasm->offset = vm::get_ptr<u8>(CPU->get_offset());
|
||||
disasm->offset = (u8*)vm::base(CPU->get_offset());
|
||||
for(uint i=0, count = 4; i<m_item_count; ++i, PC += count)
|
||||
{
|
||||
if(!vm::check_addr(CPU->get_offset() + PC, 4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue