From 9a1f3ae9f11e4e0c16e05c0234a788104fda95c9 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Sat, 17 Oct 2009 22:30:50 +0000 Subject: [PATCH] aligned_stack: fix attempt #1 for RecExit. Changed the jump to a call, which (I think!) should give GCC the stackframe setup it expects to see when trying to throw an exception. git-svn-id: http://pcsx2.googlecode.com/svn/branches/aligned_stack@2025 96395faa-99c1-11dd-bbfe-3dabce05a288 --- common/build/Utilities/Utilities.cbp | 1 + pcsx2/Linux/pcsx2.cbp | 3 --- pcsx2/x86/ix86-32/iR5900-32.cpp | 15 ++++++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/common/build/Utilities/Utilities.cbp b/common/build/Utilities/Utilities.cbp index 6b7419fa45..960fa125a7 100644 --- a/common/build/Utilities/Utilities.cbp +++ b/common/build/Utilities/Utilities.cbp @@ -58,6 +58,7 @@ + diff --git a/pcsx2/Linux/pcsx2.cbp b/pcsx2/Linux/pcsx2.cbp index 75da45c501..1888e8b580 100644 --- a/pcsx2/Linux/pcsx2.cbp +++ b/pcsx2/Linux/pcsx2.cbp @@ -88,8 +88,6 @@ - - @@ -420,7 +418,6 @@