Changeset eaefca90 in rtems for c/src/librdbg/src/i386/excep.c
- Timestamp:
- 03/03/99 18:11:51 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3ef8798
- Parents:
- 163b29a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/librdbg/src/i386/excep.c
r163b29a reaefca90 158 158 } 159 159 else { 160 if (ctx->idtIndex != DEBUG){160 if (ctx->idtIndex != I386_EXCEPTION_DEBUG){ 161 161 NbSerializedCtx++; 162 162 rtems_semaphore_obtain(serializeSemId, RTEMS_WAIT, RTEMS_NO_TIMEOUT);
Note: See TracChangeset
for help on using the changeset viewer.