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

Joel Sherrill joel at rtems.org
Thu Jan 17 17:55:12 UTC 2019


Module:    rtems
Branch:    master
Commit:    4596127889c027be380525d4213d99e11b22da2c
Changeset: http://git.rtems.org/rtems/commit/?id=4596127889c027be380525d4213d99e11b22da2c

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Jan 10 13:14:03 2019 -0600

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

---

 cpukit/score/cpu/m68k/include/rtems/score/cpu.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
index 08690f2..38fe763 100644
--- a/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m68k/include/rtems/score/cpu.h
@@ -222,6 +222,8 @@ typedef struct {
     #define _CPU_Context_Initialize_fp( _fp_area ) \
       memset( *(_fp_area), 0, sizeof( Context_Control_fp ) )
   #else
+    #include <rtems/score/address.h>
+
     /*
      *  FP context save area for the M68881/M68882 and 68060 numeric
      *  coprocessors.




More information about the vc mailing list