|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Wed Jun 29 16:54:05 CEST 2005
Subject: [openrisc] [or1ksim #111] Fix cygwin compilations
Hi,ChangeLog: * Fix compileing on windows (Reported my Kuoping Hsu and Girish Venkatar)
nog. -------------- next part -------------- diff -upr --unidirectional-new-file ./cpu/or1k/spr_defs.h /home/nog/or1ksim-ac/cpu/or1k/spr_defs.h --- ./cpu/or1k/spr_defs.h 2005-03-16 12:36:31.000000000 +0100 +++ /home/nog/or1ksim-ac/cpu/or1k/spr_defs.h 2005-06-28 11:21:57.000000000 +0200 @@ -382,7 +382,7 @@ others it is also used in assembly file( #define SPR_DSR_BUSEE 0x00000002 /* Bus error exception */ #define SPR_DSR_DPFE 0x00000004 /* Data Page Fault exception */ #define SPR_DSR_IPFE 0x00000008 /* Insn Page Fault exception */ -#define SPR_DSR_TTE 0x00000010 /* iTick Timer exception */ +#define SPR_DSR_TTE 0x00000010 /* Tick Timer exception */ #define SPR_DSR_AE 0x00000020 /* Alignment exception */ #define SPR_DSR_IIE 0x00000040 /* Illegal Instruction exception */ #define SPR_DSR_IE 0x00000080 /* Interrupt exception */
|