Minor fix to r1953.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1954 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-10-04 20:20:50 +00:00
parent e1c89dacdb
commit 291be6bc60
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ namespace Internal
//
__noinline void EmitSibMagic( uint regfield, const ModSibBase& info )
{
pxAssert( regfield < 8, "Invalid x86 register identifier." );
pxAssertDev( regfield < 8, "Invalid x86 register identifier." );
int displacement_size = (info.Displacement == 0) ? 0 :
( ( info.IsByteSizeDisp() ) ? 1 : 2 );