mirror of https://github.com/PCSX2/pcsx2.git
Take care of Issue 139.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@942 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
f127f69b3e
commit
b1769a2061
|
@ -41,7 +41,7 @@ XMMSSEType g_xmmtypes[XMMREGS] = { XMMT_INT };
|
|||
|
||||
namespace x86Emitter {
|
||||
|
||||
x86IndexerType ptr;
|
||||
const x86IndexerType ptr;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
|
|
@ -365,10 +365,12 @@ namespace x86Emitter
|
|||
{
|
||||
return ModSib( (uptr)src );
|
||||
}
|
||||
|
||||
x86IndexerType() {}
|
||||
};
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
extern x86IndexerType ptr;
|
||||
extern const x86IndexerType ptr;
|
||||
|
||||
extern const x86Register32 eax;
|
||||
extern const x86Register32 ebx;
|
||||
|
|
Loading…
Reference in New Issue