Rev 1685 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1685 | Rev 1744 | ||
---|---|---|---|
Line 26... | Line 26... | ||
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | # |
27 | # |
28 | 28 | ||
29 | #include "regname.h" |
29 | #include "regname.h" |
30 | 30 | ||
31 | #define INITIAL_STACK 0x40000 |
31 | #define INITIAL_STACK 0x80040000 |
32 | 32 | ||
33 | .set noat |
33 | .set noat |
34 | .set noreorder |
34 | .set noreorder |
35 | .set nomacro |
35 | .set nomacro |
36 | 36 |