Clean up STACKSIZE redefinition
This commit is contained in:
parent
97cf10062f
commit
f1a4071d8c
|
@ -82,12 +82,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __64BIT__
|
#ifdef __64BIT__
|
||||||
#define STACKSIZE 320
|
|
||||||
#define STACKSIZE 512
|
#define STACKSIZE 512
|
||||||
#define ALPHA_SP 296+192(SP)
|
#define ALPHA_SP 296+192(SP)
|
||||||
#define FZERO 304+192(SP)
|
#define FZERO 304+192(SP)
|
||||||
#else
|
#else
|
||||||
#define STACKSIZE 240
|
|
||||||
#define STACKSIZE 440
|
#define STACKSIZE 440
|
||||||
#define ALPHA_SP 224+200(SP)
|
#define ALPHA_SP 224+200(SP)
|
||||||
#define FZERO 232+200(SP)
|
#define FZERO 232+200(SP)
|
||||||
|
|
Loading…
Reference in New Issue