Changes in kernel/arch/arm32/include/fpu_context.h [f9ab562:9d58539] in mainline
- File:
-
- 1 edited
-
kernel/arch/arm32/include/fpu_context.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/include/fpu_context.h
rf9ab562 r9d58539 31 31 */ 32 32 /** @file 33 * @brief FPU context. 33 * @brief FPU context (not implemented). 34 * 35 * GXemul doesn't support FPU on its ARM CPU. 34 36 */ 35 37 … … 39 41 #include <typedefs.h> 40 42 41 #define FPU_CONTEXT_ALIGN 843 #define FPU_CONTEXT_ALIGN 0 42 44 43 /* ARM Architecture reference manual, p B-1529.44 */45 45 typedef struct { 46 uint32_t fpexc;47 uint32_t fpscr;48 uint32_t s[64];49 46 } fpu_context_t; 50 51 void fpu_setup(void);52 53 bool handle_if_fpu_exception(void);54 47 55 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
