vm::ptr for u8/char types, mem_list_ptr_t removed

This commit is contained in:
Nekotekina 2014-08-31 19:01:48 +04:00
parent ebc4fa3e81
commit a8cfefac07
31 changed files with 208 additions and 362 deletions

View file

@ -23,7 +23,7 @@ namespace vm
return m_addr;
}
static _ref_base make(u32 addr)
static _ref_base make(AT addr)
{
return (_ref_base&)addr;
}