From 01a5f6b2c6f1cdbc25a7f20ac9cd161bb39aa6be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 6 Dec 1997 15:09:30 +0000 Subject: Moved include of rtems/score/cpu.h to make sure TRUE and FALSE were defined. This simple error resulted in the wrong FP context structure being used for hardware contexts on the m68k. This was a difficult problem to find. --- c/src/exec/score/include/rtems/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/score/include/rtems/system.h') diff --git a/c/src/exec/score/include/rtems/system.h b/c/src/exec/score/include/rtems/system.h index 98f1073228..e9026341cd 100644 --- a/c/src/exec/score/include/rtems/system.h +++ b/c/src/exec/score/include/rtems/system.h @@ -96,8 +96,6 @@ extern "C" { typedef void * proc_ptr; -#include /* processor specific information */ - /* * Define NULL */ @@ -120,6 +118,8 @@ typedef void * proc_ptr; #define FALSE (0) #endif +#include /* processor specific information */ + #define stringify( _x ) # _x #define RTEMS_offsetof(type, field) \ -- cgit v1.2.3