summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/interr.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-18 19:19:18 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-22 16:35:06 +0100
commite5a2249a49f5b6e1ebcf229a0ade3b26d01fb52f (patch)
tree5344858e264d2728d5b605b219ba05894c08738d /cpukit/score/src/interr.c
parentftpfs: Fix NULL pointer access (diff)
downloadrtems-e5a2249a49f5b6e1ebcf229a0ade3b26d01fb52f.tar.bz2
score: Delete nest level from internal error state
This reverts commit 7d0bdcac1ac20d6f22b24689c16e6aa7bc3c1e40.
Diffstat (limited to 'cpukit/score/src/interr.c')
-rw-r--r--cpukit/score/src/interr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/score/src/interr.c b/cpukit/score/src/interr.c
index 0192dfd71c..a9f1efc8b9 100644
--- a/cpukit/score/src/interr.c
+++ b/cpukit/score/src/interr.c
@@ -55,8 +55,6 @@ void _Internal_error_Occurred(
_Internal_errors_What_happened.is_internal = is_internal;
_Internal_errors_What_happened.the_error = the_error;
- ++_Internal_errors_What_happened.nest_level;
-
_User_extensions_Fatal( the_source, is_internal, the_error );
_System_state_Set( SYSTEM_STATE_FAILED );