diff options
author | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-10-13 15:03:27 +0000 |
---|---|---|
committer | Joel Sherrill <joel.sherrill@OARcorp.com> | 1998-10-13 15:03:27 +0000 |
commit | 714137ef7c1ef549e132072da23d36d5fc6425e7 (patch) | |
tree | fa1153fcdeb5fa57ff61524a4e7ecf083a007e8e /c/src/exec/score/cpu/sh/ispsh7032.c | |
parent | Modified to avoid building certain files under UNIX. (diff) | |
download | rtems-714137ef7c1ef549e132072da23d36d5fc6425e7.tar.bz2 |
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to correct minor
cosmetic things.
Diffstat (limited to '')
-rw-r--r-- | c/src/exec/score/cpu/sh/ispsh7032.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/sh/ispsh7032.c b/c/src/exec/score/cpu/sh/ispsh7032.c index 1643785810..3ef3c32465 100644 --- a/c/src/exec/score/cpu/sh/ispsh7032.c +++ b/c/src/exec/score/cpu/sh/ispsh7032.c @@ -76,8 +76,8 @@ _wdt_isp, #define Str(a)#a /* - * Some versions of gcc and all version of egcs at least until egcs-1.0.2 - * are not able to handle #praga interrupt correctly if more than 1 isr is + * Some versions of gcc and all version of egcs at least until egcs-1.1b + * are not able to handle #pragma interrupt correctly if more than 1 isr is * contained in a file and when optimizing. * We try to work around this problem by using the macro below. */ |