Mercurial > ecos-v2_0-branch
diff packages/kernel/current/src/debug/dbg-thread-demux.c @ 143:6b5f480c6929 ecos-sw-2000-12-08
Merge from eCos master repository on 2000-12-08-02:09:36-GMT
| author | jlarmour |
|---|---|
| date | Fri, 08 Dec 2000 03:30:06 +0000 |
| parents | c37d3a9e1b28 |
| children | e0c0827131d1 |
line wrap: on
line diff
--- a/packages/kernel/current/src/debug/dbg-thread-demux.c +++ b/packages/kernel/current/src/debug/dbg-thread-demux.c @@ -132,6 +132,12 @@ static int dbg_thread_syscall_rmt( return ret; } + +// Note: This constant is the same as the one defined in hal_if.h: +// #define CYGNUM_CALL_IF_DBG_SYSCALL 15 +// But we don't have the hal_if on all the platforms we support this +// intercalling on. Maintaining backwards compatibility is so much fun! + #define DBG_SYSCALL_THREAD_VEC_NUM 15 #ifdef CYGDBG_KERNEL_DEBUG_GDB_THREAD_SUPPORT
