]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - idl/exceptions.idl
update
[polintos/scott/priv.git] / idl / exceptions.idl
index d6c54c513e2f0f4162719cf815e014067dcea4b5..f32e597d4c7fee4302e040888ab9b6f62af7148e 100644 (file)
@@ -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,
        };
 };