summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-31 10:54:45 +0000
committerpeter <peter@FreeBSD.org>2001-01-31 10:54:45 +0000
commit9b4aea27e569dab2275cf27f6e41b39ac65a23c3 (patch)
treed75e841688c9b234051c7a85009cbf3e013f1d36 /sys/i386
parent4abe34416afda81cddb387d70a542952f6de9aa0 (diff)
downloadFreeBSD-src-9b4aea27e569dab2275cf27f6e41b39ac65a23c3.zip
FreeBSD-src-9b4aea27e569dab2275cf27f6e41b39ac65a23c3.tar.gz
Remove count for NSIO. The only places it was used it were incorrect.
(alpha-gdbstub.c got sync'ed up a bit with the i386 version)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/i386-gdbstub.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/i386/i386/i386-gdbstub.c b/sys/i386/i386/i386-gdbstub.c
index b442a37..d045adc 100644
--- a/sys/i386/i386/i386-gdbstub.c
+++ b/sys/i386/i386/i386-gdbstub.c
@@ -102,17 +102,10 @@
#include <setjmp.h>
-#include "sio.h"
#include "opt_ddb.h"
int gdb_handle_exception (db_regs_t *, int, int);
-#if NSIO == 0
-int
-gdb_handle_exception (db_regs_t *raw_regs, int type, int code)
-{
-}
-#else
/************************************************************************/
extern jmp_buf db_jmpbuf;
@@ -626,4 +619,3 @@ gdb_handle_exception (db_regs_t *raw_regs, int type, int code)
}
return 0;
}
-#endif /* NSIO > 0 */
OpenPOWER on IntegriCloud