Changeset f76fed4 in mainline for arch/mips32/include/fpu_context.h
- Timestamp:
- 2006-03-03T00:20:31Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09c18f7
- Parents:
- ddcf365
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/mips32/include/fpu_context.h
rddcf365 rf76fed4 32 32 #include <arch/types.h> 33 33 34 #define ARCH_HAS_FPU 35 #define FPU_CONTEXT_ALIGN sizeof(__native) 36 34 37 struct fpu_context { 35 38 __native dregs[32];
Note:
See TracChangeset
for help on using the changeset viewer.