aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pcsxr/fix-assert-64bit.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-10 05:07:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-10 05:13:19 -0300
commit77892117d9c249972f5e8a0cc93ece8a09576b97 (patch)
treec559027ba8e5d4f8c83da4e04aa1cff977c52b3c /testing/pcsxr/fix-assert-64bit.patch
parent58b283e520ba84e2f35a41f28b5ccbd9639d1b93 (diff)
downloadaports-77892117d9c249972f5e8a0cc93ece8a09576b97.tar.bz2
aports-77892117d9c249972f5e8a0cc93ece8a09576b97.tar.xz
testing/pcsxr: upgrade to 1.9.95
Diffstat (limited to 'testing/pcsxr/fix-assert-64bit.patch')
-rw-r--r--testing/pcsxr/fix-assert-64bit.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/pcsxr/fix-assert-64bit.patch b/testing/pcsxr/fix-assert-64bit.patch
new file mode 100644
index 0000000000..beb35b598d
--- /dev/null
+++ b/testing/pcsxr/fix-assert-64bit.patch
@@ -0,0 +1,13 @@
+diff --git a/pcsxr/libpcsxcore/ix86_64/ix86-64.c b/pcsxr/libpcsxcore/ix86_64/ix86-64.c
+index f48b742e..c69192e0 100644
+--- a/libpcsxcore/ix86_64/ix86-64.c
++++ b/libpcsxcore/ix86_64/ix86-64.c
+@@ -231,7 +231,6 @@ void x86SetJ8( u8* j8 )
+
+ if ( jump > 0x7f ) {
+ SysPrintf( "j8 greater than 0x7f!!\n" );
+- assert(0);
+ }
+ *j8 = (u8)jump;
+ }
+