X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=idl%2Fexceptions.idl;fp=idl%2Fexceptions.idl;h=f32e597d4c7fee4302e040888ab9b6f62af7148e;hp=d6c54c513e2f0f4162719cf815e014067dcea4b5;hb=1ac390fe1e18444008857b056c947710be9621a8;hpb=6e64b28821757af60447c790ae52a91831a9d4f0 diff --git a/idl/exceptions.idl b/idl/exceptions.idl index d6c54c5..f32e597 100644 --- a/idl/exceptions.idl +++ b/idl/exceptions.idl @@ -88,8 +88,8 @@ struct MemoryFault : SystemException { // Address that the method tried to access ulong addr; - // Address of the faulting instruction - ulong pc; + // Address of the faulting instruction, 0 if from kernel + ulong pc; // Process of faulting method Proc.Process proc; @@ -117,7 +117,7 @@ struct MemoryFault : SystemException { // An I/O error occured accessing a memory mapped region, or an // uncorrectable memory error was encountered. - IOError + IOError, }; };