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:
Bjoern A. Zeeb 2016-09-14 16:08:23 +00:00
parent 5a17b6ad98
commit fce7ff68f3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305811

View File

@ -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 */
}