Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/include/fpu_context.h

    rf9ab562 r9d58539  
    3131 */
    3232/** @file
    33  *  @brief FPU context.
     33 *  @brief FPU context (not implemented).
     34 *
     35 *  GXemul doesn't support FPU on its ARM CPU.
    3436 */
    3537
     
    3941#include <typedefs.h>
    4042
    41 #define FPU_CONTEXT_ALIGN    8
     43#define FPU_CONTEXT_ALIGN    0
    4244
    43 /* ARM Architecture reference manual, p B-1529.
    44  */
    4545typedef struct {
    46         uint32_t fpexc;
    47         uint32_t fpscr;
    48         uint32_t s[64];
    4946} fpu_context_t;
    50 
    51 void fpu_setup(void);
    52 
    53 bool handle_if_fpu_exception(void);
    5447
    5548#endif
Note: See TracChangeset for help on using the changeset viewer.