summaryrefslogtreecommitdiff
path: root/i386/i386at
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@walfield.org>2014-08-22 10:27:42 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-08-22 10:27:42 +0200
commit96a5ee2a14bc1897635060ef14083fd6ff7a7959 (patch)
treef84a8c4d51544870a3e25b8a3f8dc1023e450feb /i386/i386at
parented650a41c57d824f6503f266f21093d3ee18d21d (diff)
Even less magic-looking control value
* i386/i386at/com.c (comintr): Use 'A'-1 instead of '@'.
Diffstat (limited to 'i386/i386at')
-rw-r--r--i386/i386at/com.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/com.c b/i386/i386at/com.c
index 619e1afd..78142402 100644
--- a/i386/i386at/com.c
+++ b/i386/i386at/com.c
@@ -528,7 +528,7 @@ comintr(int unit)
}
#if MACH_KDB
- if (escape && c == 'D'-'@')
+ if (escape && c == 'D'-'A'-1)
/* ctrl-alt-d pressed,
invoke debugger */
kdb_kintr();