summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-03 18:11:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-03 18:11:51 +0000
commiteaefca90841d8d86345f976ecf95fe72043bdd35 (patch)
treeffd994c886228ddf17ecf351dcdb214f5262580f /c/src
parentGenerated files were accidentally included in the library. (diff)
downloadrtems-eaefca90841d8d86345f976ecf95fe72043bdd35.tar.bz2
Wrong constant name was used for the DEBUG exception.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/librdbg/i386/excep.c2
-rw-r--r--c/src/librdbg/src/i386/excep.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/librdbg/i386/excep.c b/c/src/lib/librdbg/i386/excep.c
index 5ca1fd8df6..497c804e70 100644
--- a/c/src/lib/librdbg/i386/excep.c
+++ b/c/src/lib/librdbg/i386/excep.c
@@ -157,7 +157,7 @@ BreakPointExcHdl(CPU_Exception_frame *ctx)
justSaveContext = 0;
}
else {
- if (ctx->idtIndex != DEBUG){
+ if (ctx->idtIndex != I386_EXCEPTION_DEBUG){
NbSerializedCtx++;
rtems_semaphore_obtain(serializeSemId, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
NbSerializedCtx--;
diff --git a/c/src/librdbg/src/i386/excep.c b/c/src/librdbg/src/i386/excep.c
index 5ca1fd8df6..497c804e70 100644
--- a/c/src/librdbg/src/i386/excep.c
+++ b/c/src/librdbg/src/i386/excep.c
@@ -157,7 +157,7 @@ BreakPointExcHdl(CPU_Exception_frame *ctx)
justSaveContext = 0;
}
else {
- if (ctx->idtIndex != DEBUG){
+ if (ctx->idtIndex != I386_EXCEPTION_DEBUG){
NbSerializedCtx++;
rtems_semaphore_obtain(serializeSemId, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
NbSerializedCtx--;