summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/ppc-isr-vector-install.c')
-rw-r--r--cpukit/score/cpu/powerpc/ppc-isr-vector-install.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c b/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c
index eab211fad0..7d75fd8e3e 100644
--- a/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c
+++ b/cpukit/score/cpu/powerpc/ppc-isr-vector-install.c
@@ -31,9 +31,5 @@ void _CPU_ISR_install_vector(
proc_ptr *old_handler
)
{
- _Terminate(
- INTERNAL_ERROR_CORE,
- false,
- INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR
- );
+ _Terminate( INTERNAL_ERROR_CORE, INTERNAL_ERROR_CPU_ISR_INSTALL_VECTOR );
}