Changeset a71d9af9 in mainline for libc/arch/mips32/include/psthread.h


Ignore:
Timestamp:
2006-03-24T00:51:14Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
86d05fae
Parents:
e708063
Message:

Changed MIPS to compile as PIC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/include/psthread.h

    re708063 ra71d9af9  
    3232#include <types.h>
    3333
    34 #define SP_DELTA        (8)
     34/* +16 is just for sure that the called function
     35 * have space to store it's arguments
     36 */
     37#define SP_DELTA        (8+16)
    3538
    3639typedef struct  {
Note: See TracChangeset for help on using the changeset viewer.