summaryrefslogtreecommitdiff
path: root/libpcsxcore/ix86_64
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-24 15:32:16 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2012-10-24 15:32:16 +0000
commit0be345916ff9934055c030bf3bd53930a379c75f (patch)
treefc0506eed8b9cfa537df7c085c8bf75d4603ae98 /libpcsxcore/ix86_64
parent77194d28927aec3bbf6792fdcab1e0294b43b46d (diff)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@80728 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/ix86_64')
-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 c3cd45b0..3a88d3cb 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;
}