summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/cmd/mdb/common/kmdb/kmdb_fault.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/mdb/common/kmdb/kmdb_fault.c b/usr/src/cmd/mdb/common/kmdb/kmdb_fault.c
index 06f7c2927f..4698f3cc84 100644
--- a/usr/src/cmd/mdb/common/kmdb/kmdb_fault.c
+++ b/usr/src/cmd/mdb/common/kmdb/kmdb_fault.c
@@ -22,10 +22,9 @@
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
+ * Copyright 2016 Joyent, Inc.
*/
-#pragma ident "%Z%%M% %I% %E% SMI"
-
/*
* Handling of unintentional faults (i.e. bugs) in the debugger.
*/
@@ -44,7 +43,8 @@
void
kmdb_fault(kreg_t tt, kreg_t pc, kreg_t sp, int cpuid)
{
- int debug_self_confirm = 0, try;
+ int debug_self_confirm = 0;
+ volatile int try;
jmp_buf pcb, *old;
char c;