Try to fix LINT builds after r305807. Seems to be a simple s&r error
I missed while reading through the 1st time as well.
This commit is contained in:
parent
5a17b6ad98
commit
fce7ff68f3
@ -934,7 +934,7 @@ amd64_syscall(struct thread *td, int traced)
|
||||
ksiginfo_t ksi;
|
||||
|
||||
#ifdef DIAGNOSTIC
|
||||
if (!TRAPF_USERMODE(frame)) {
|
||||
if (!TRAPF_USERMODE(td->td_frame)) {
|
||||
panic("syscall");
|
||||
/* NOT REACHED */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user