Clean up STACKSIZE redefinition
This commit is contained in:
parent
c1422f3e46
commit
17e288e18d
|
@ -82,12 +82,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
#endif
|
||||
|
||||
#ifdef __64BIT__
|
||||
#define STACKSIZE 400
|
||||
#define STACKSIZE 592
|
||||
#define ALPHA_R_SP 304+192(SP)
|
||||
#define ALPHA_I_SP 312+192(SP)
|
||||
#else
|
||||
#define STACKSIZE 256
|
||||
#define STACKSIZE 452
|
||||
#define ALPHA_R_SP 224+196(SP)
|
||||
#define ALPHA_I_SP 232+196(SP)
|
||||
|
|
Loading…
Reference in New Issue