Changeset 13930
- Timestamp:
- Jul 6, 2010, 6:53:46 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lisp-kernel/lisp-debug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/lisp-debug.c
r13770 r13930 300 300 dsisr & (1<<27) ? "protected" : "unmapped", 301 301 addr); 302 #elif defined(WINDOWS) 302 #elif defined(WINDOWS) || defined(FREEBSD) 303 /* 304 * It's not surprising that Windows doesn't have this signal stuff. 305 * It is somewhat surprising that FreeBSD 6.x lacks the si_code 306 * constants. (Subsequent FreeBSD versions define them, though.) 307 */ 303 308 #else 304 309 fprintf(dbgout, "received signal %d; faulting address: %p\n",
Note:
See TracChangeset
for help on using the changeset viewer.
