Changeset 6b781c0 in mainline for kernel/arch/arm32/include/fpu_context.h
- Timestamp:
- 2007-06-08T15:02:49Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c03ee1c
- Parents:
- 3ee8a075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/fpu_context.h
r3ee8a075 r6b781c0 1 1 /* 2 * Copyright (c) 200 5 Jakub Vana2 * Copyright (c) 2007 Michal Kebrt 3 3 * All rights reserved. 4 4 * … … 31 31 */ 32 32 /** @file 33 * @brief FPU context (not implemented). 34 * 35 * GXemul doesn't support FPU on its ARM CPU. 33 36 */ 34 37 … … 38 41 #include <arch/types.h> 39 42 40 #define FPU_CONTEXT_ALIGN 0 /* TODO */43 #define FPU_CONTEXT_ALIGN 0 41 44 42 45 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.