summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/heap.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/src/heap.c')
-rw-r--r--cpukit/score/src/heap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/src/heap.c b/cpukit/score/src/heap.c
index b972d84c3c..2c45627a15 100644
--- a/cpukit/score/src/heap.c
+++ b/cpukit/score/src/heap.c
@@ -162,7 +162,7 @@ static uint32_t instance = 0;
)
{
/* FIXME */
- _Internal_error_Occurred( 0xdeadbeef, false, 0xdeadbeef );
+ _Internal_error_Occurred( INTERNAL_ERROR_CORE, false, 0xdeadbeef );
}
#endif