Changeset eaefca90 in rtems for c/src/librdbg/src/i386/excep.c


Ignore:
Timestamp:
03/03/99 18:11:51 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3ef8798
Parents:
163b29a
Message:

Wrong constant name was used for the DEBUG exception.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/librdbg/src/i386/excep.c

    r163b29a reaefca90  
    158158  }
    159159  else {
    160     if (ctx->idtIndex != DEBUG){
     160    if (ctx->idtIndex != I386_EXCEPTION_DEBUG){
    161161      NbSerializedCtx++;
    162162      rtems_semaphore_obtain(serializeSemId, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
Note: See TracChangeset for help on using the changeset viewer.