Rev 2479 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2479 | Rev 2541 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #define LIBC_mips32_STACKARG_H_ |
37 | #define LIBC_mips32_STACKARG_H_ |
| 38 | 38 | ||
| 39 | /* dont allow to define it second time in stdarg.h */ |
39 | /* dont allow to define it second time in stdarg.h */ |
| 40 | #define __VARARGS_DEFINED |
40 | #define __VARARGS_DEFINED |
| 41 | 41 | ||
| 42 | #include <types.h> |
42 | #include <sys/types.h> |
| 43 | 43 | ||
| 44 | /** |
44 | /** |
| 45 | * va_arg macro for MIPS32 - problem is that 64 bit values must be aligned on an 8-byte boundary (32bit values not) |
45 | * va_arg macro for MIPS32 - problem is that 64 bit values must be aligned on an 8-byte boundary (32bit values not) |
| 46 | * To satisfy this, paddings must be sometimes inserted. |
46 | * To satisfy this, paddings must be sometimes inserted. |
| 47 | */ |
47 | */ |