summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-08-15 03:38:49 +0000
committerobrien <obrien@FreeBSD.org>2001-08-15 03:38:49 +0000
commita66812ae95b69fc1f963c714c37962cfd0314dc2 (patch)
treeac01dc1d17beb4dcfcacf48999bd920c757adba0 /sys/ddb
parentd4b6d6094b3e2123f4ae31e6b69cc43a6e64c5d8 (diff)
downloadFreeBSD-src-a66812ae95b69fc1f963c714c37962cfd0314dc2.zip
FreeBSD-src-a66812ae95b69fc1f963c714c37962cfd0314dc2.tar.gz
No tokens should follow #endif.
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_run.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c
index be780e3..2459eed 100644
--- a/sys/ddb/db_run.c
+++ b/sys/ddb/db_run.c
@@ -195,7 +195,7 @@ db_restart_at_pc(watchpt)
db_load_count += inst_load(ins);
db_store_count += inst_store(ins);
}
-#endif SOFTWARE_SSTEP
+#endif /* SOFTWARE_SSTEP */
}
if (db_run_mode == STEP_CONTINUE) {
@@ -297,7 +297,7 @@ db_clear_single_step(regs)
}
}
-#endif SOFTWARE_SSTEP
+#endif /* SOFTWARE_SSTEP */
extern int db_cmd_loop_done;
OpenPOWER on IntegriCloud