aboutsummaryrefslogtreecommitdiff
path: root/sys/x86
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2026-02-09 01:21:00 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-02-09 02:58:31 +0000
commit2088e742013bb1b9ca237a79767362efe92d9da8 (patch)
tree5fde462d4a219160494cf23ffba3e26162288462 /sys/x86
parent9ccdf3f36e014f0060ea192ffed91a7679003355 (diff)
Diffstat (limited to 'sys/x86')
-rw-r--r--sys/x86/include/frame.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/x86/include/frame.h b/sys/x86/include/frame.h
index 994e19b979fc..feef41ac7bfe 100644
--- a/sys/x86/include/frame.h
+++ b/sys/x86/include/frame.h
@@ -38,6 +38,7 @@
/*
* System stack frames.
+ * struct trapframe is known to and used by kernel debuggers.
*/
#ifdef __i386__