On Mon, Mar 09, 2020 at 02:22:26PM +0100, Tobias Nygren wrote: > /usr/src/sys/arch/amd64/amd64/trap.c: In function 'trap': > /usr/src/sys/arch/amd64/amd64/trap.c:360:2: error: expected expression before > '}' token > > 1.107 christos 356: > 1.121.2.1! martin 357: > MODULE_HOOK_CALL(amd64_oosyscall_hook, (p, frame), > ! 358: ENOSYS, hook_ret); > ! 359: if (hook_ret == 0) > 1.107 christos 360: } > 1.116 mrg 361: /* FALLTHROUGH */ >
Yes, I fixed it a few minutes ago. Martin