summaryrefslogtreecommitdiff
path: root/libpcsxcore/ix86_64/ix86-64.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/ix86_64/ix86-64.c')
-rw-r--r--libpcsxcore/ix86_64/ix86-64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/ix86_64/ix86-64.c b/libpcsxcore/ix86_64/ix86-64.c
index a5c1d6c0..c3cd45b0 100644
--- a/libpcsxcore/ix86_64/ix86-64.c
+++ b/libpcsxcore/ix86_64/ix86-64.c
@@ -230,8 +230,8 @@ void x86SetJ8( u8* j8 )
u32 jump = ( x86Ptr - (s8*)j8 ) - 1;
if ( jump > 0x7f ) {
+ assert(0);
SysPrintf( "j8 greater than 0x7f!!\n" );
- //assert(0);
}
*j8 = (u8)jump;
}