Changeset 874621f in mainline for arch/mips32/include/arg.h
- Timestamp:
- 2006-06-06T07:40:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0dbc4e7
- Parents:
- 6f9a9bc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/arg.h
r6f9a9bc r874621f 45 45 (((type *)((ap) = (va_list)( (sizeof(type) <= 4) ? ((__address)((ap) + 2*4 - 1) & (~3)) : ((__address)((ap) + 2*8 -1) & (~7)) )))[-1]) 46 46 47 #define va_copy(dst,src) ((dst)=(src)) 48 47 49 #define va_end(ap) 48 50
Note:
See TracChangeset
for help on using the changeset viewer.