Some ABIs have large gaps in syscall numbers. Allow gaps to be filled as ranges of UNIMPL, with an entry like:
248-1023 AUE_NULL UNIMPL dummy
Differential D14122
makesyscalls: permit a range of syscall numbers for UNIMPL emaste on Jan 29 2018, 7:09 PM. Authored by Tags None Referenced Files
Details Some ABIs have large gaps in syscall numbers. Allow gaps to be filled as ranges of UNIMPL, with an entry like: 248-1023 AUE_NULL UNIMPL dummy
Diff Detail
Event TimelineComment Actions In general I like the approach. It's easy enough to extend to other keywords in the future if needed as well.
|