aboutsummaryrefslogtreecommitdiff
path: root/include/mach/exc.defs
Commit message (Collapse)AuthorAgeFilesLines
* Make exception subcode a longSergey Bugaev2023-04-031-1/+1
| | | | | | | | | On EXC_BAD_ACCESS, exception subcode is used to pass the faulting memory address, so it needs to be (at least) pointer-sized. Thus, make it into a long. This requires matching changes in glibc and the Hurd. Message-Id: <20230319151017.531737-4-bugaevc@gmail.com>
* Initial sourceThomas Bushnell1997-02-251-0/+47