summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-19 20:55:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-19 20:55:03 +0000
commitb553392a16df704465fde50a7b577bb5bfa8d208 (patch)
tree1fa4ea71b20351bf44b427de2b81cd9bb8a88a54 /testsuites/sptests/spfatal_support
parent2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b553392a16df704465fde50a7b577bb5bfa8d208.tar.bz2
2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn, spfatal_support/init.c: Remove references to ITRON constants.
Diffstat (limited to 'testsuites/sptests/spfatal_support')
-rw-r--r--testsuites/sptests/spfatal_support/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/sptests/spfatal_support/init.c b/testsuites/sptests/spfatal_support/init.c
index f42bad2830..a3e87b0aaa 100644
--- a/testsuites/sptests/spfatal_support/init.c
+++ b/testsuites/sptests/spfatal_support/init.c
@@ -38,7 +38,6 @@ char *Sources[] = {
"INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
- "INTERNAL_ERROR_ITRON_API"
};
@@ -111,7 +110,7 @@ void Put_Error( uint32_t source, uint32_t error )
void Put_Source( uint32_t source )
{
- if ( source > INTERNAL_ERROR_ITRON_API )
+ if ( source > INTERNAL_ERROR_POSIX_API )
printk("Unknown Source (%d)", source);
else
printk( Sources[ source ] );