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:
arcum42 2009-04-10 01:50:31 +00:00
parent f127f69b3e
commit b1769a2061
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,7 @@ XMMSSEType g_xmmtypes[XMMREGS] = { XMMT_INT };
namespace x86Emitter {
x86IndexerType ptr;
const x86IndexerType ptr;
//////////////////////////////////////////////////////////////////////////////////////////
//

View File

@ -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;