Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1753 → Rev 1754

/kernel/trunk/arch/mips32/src/exception.c
26,7 → 26,7
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup mips32
/** @addtogroup mips32
* @{
*/
/** @file
172,6 → 172,6
exc_register(EXC_Sys, "syscall", (iroutine) syscall_exception);
}
 
/** @}
/** @}
*/