diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/mach/exc.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mach/exc.defs b/include/mach/exc.defs index 94af828c..28638e2f 100644 --- a/include/mach/exc.defs +++ b/include/mach/exc.defs @@ -44,4 +44,4 @@ routine exception_raise( task : mach_port_t; exception : integer_t; code : integer_t; - subcode : integer_t); + subcode : rpc_long_integer_t); |