summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal_support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-19 20:55:30 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-19 20:55:30 +0000
commitff71b7d8dc0b4a22853697b394d2bc8684eaccb9 (patch)
tree358ee730257c989732c3db4d5871d0cc8a9c6b44 /testsuites/psxtests/psxfatal_support
parent2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ff71b7d8dc0b4a22853697b394d2bc8684eaccb9.tar.bz2
2010-06-19 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxfatal_support/init.c: Remove references to ITRON constants.
Diffstat (limited to 'testsuites/psxtests/psxfatal_support')
-rw-r--r--testsuites/psxtests/psxfatal_support/init.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxfatal_support/init.c b/testsuites/psxtests/psxfatal_support/init.c
index ea1559c920..a14a1dd398 100644
--- a/testsuites/psxtests/psxfatal_support/init.c
+++ b/testsuites/psxtests/psxfatal_support/init.c
@@ -37,7 +37,6 @@ char *Sources[] = {
"INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
- "INTERNAL_ERROR_ITRON_API"
};
char *Errors_Rtems[] = {
@@ -112,7 +111,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 ] );