From 84b215f989e0999b9855eb7311993c1f2b6b98ca Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Sat, 12 Apr 2025 15:20:44 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=20super=5Faccess.c=20?= =?UTF-8?q?=E4=B8=AD=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=20break=5Fhandler?= =?UTF-8?q?=20=E6=88=90=E5=91=98=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/kpm/super_access.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/kpm/super_access.c b/kernel/kpm/super_access.c index 15db83d1..bc4cd768 100644 --- a/kernel/kpm/super_access.c +++ b/kernel/kpm/super_access.c @@ -105,7 +105,6 @@ DYNAMIC_STRUCT_BEGIN(kprobe) DEFINE_MEMBER(kprobe, pre_handler) DEFINE_MEMBER(kprobe, post_handler) DEFINE_MEMBER(kprobe, fault_handler) - DEFINE_MEMBER(kprobe, break_handler) DEFINE_MEMBER(kprobe, flags) DYNAMIC_STRUCT_END(kprobe)