Changeset 4b2c872d in mainline for tools/mips32
- Timestamp:
- 2005-10-18T09:33:02Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8005218
- Parents:
- 22f7769
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mips32/gencontext.c
r22f7769 r4b2c872d 1 1 #include <stdio.h> 2 3 2 4 3 typedef unsigned int __u32; 5 4 typedef __u32 ipl_t; 5 typedef __u32 __address; 6 6 7 7 #define __mips32_TYPES_H__
Note:
See TracChangeset
for help on using the changeset viewer.