mirror of https://github.com/PCSX2/pcsx2.git
Linux: Typo fix from prev commit. >_<
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1206 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
c07a79741e
commit
e6627c5e78
|
@ -393,7 +393,7 @@ namespace HostSys
|
|||
|
||||
// make sure base and size are aligned to the system page size:
|
||||
size = (size + m_pagemask) & ~m_pagemask;
|
||||
baseaddr = (void*)( ((uptr)baseaddr) & ~mpagemask );
|
||||
baseaddr = (void*)( ((uptr)baseaddr) & ~m_pagemask );
|
||||
|
||||
switch( mode )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue