Ignore:
Timestamp:
2014-09-08T20:56:13Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24c394b
Parents:
9827b5b
Message:

Autogenerate mips32 fpu_context_t and its #defines.

File:
1 edited

Legend:

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

    r9827b5b r5301662  
    3737
    3838#include <typedefs.h>
     39#include <arch/fpu_context_struct.h>
    3940
    4041#define FPU_CONTEXT_ALIGN    sizeof(sysarg_t)
    41 
    42 typedef struct {
    43         sysarg_t dregs[32];
    44         sysarg_t cregs[32];
    45 } fpu_context_t;
    4642
    4743#endif
Note: See TracChangeset for help on using the changeset viewer.