m68k/include/rtems/score/cpu.h: Add include of address.h

This commit is contained in:
Joel Sherrill
2019-01-10 13:14:03 -06:00
parent 47d5aee5d2
commit 4596127889

View File

@@ -222,6 +222,8 @@ typedef struct {
#define _CPU_Context_Initialize_fp( _fp_area ) \ #define _CPU_Context_Initialize_fp( _fp_area ) \
memset( *(_fp_area), 0, sizeof( Context_Control_fp ) ) memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
#else #else
#include <rtems/score/address.h>
/* /*
* FP context save area for the M68881/M68882 and 68060 numeric * FP context save area for the M68881/M68882 and 68060 numeric
* coprocessors. * coprocessors.