diff options
| author | Dmitry Chagin <dchagin@FreeBSD.org> | 2016-01-09 20:18:53 +0000 |
|---|---|---|
| committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2016-01-09 20:18:53 +0000 |
| commit | 038c720553fa05b557a30973204b53b5202fa69c (patch) | |
| tree | 552a0c58d2d5879ccf28b0fbfa2ee2a690e1718a /sys/compat/ia32 | |
| parent | d036e72f4bd4f7be002de2218a542709b4f55763 (diff) | |
Notes
Diffstat (limited to 'sys/compat/ia32')
| -rw-r--r-- | sys/compat/ia32/ia32_sysvec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/ia32/ia32_sysvec.c b/sys/compat/ia32/ia32_sysvec.c index 1a6dd72e4d9c..f2015705fcfd 100644 --- a/sys/compat/ia32/ia32_sysvec.c +++ b/sys/compat/ia32/ia32_sysvec.c @@ -134,6 +134,7 @@ struct sysentvec ia32_freebsd_sysvec = { .sv_shared_page_len = PAGE_SIZE, .sv_schedtail = NULL, .sv_thread_detach = NULL, + .sv_trap = NULL, }; INIT_SYSENTVEC(elf_ia32_sysvec, &ia32_freebsd_sysvec); |
