Wrong constant name was used for the DEBUG exception.

This commit is contained in:
Joel Sherrill
1999-03-03 18:11:51 +00:00
parent 163b29a653
commit eaefca9084
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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--;
+1 -1
View File
@@ -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--;