diff options
Diffstat (limited to 'sys/arch/mvme88k/dev/dartreg.h')
-rw-r--r-- | sys/arch/mvme88k/dev/dartreg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/dev/dartreg.h b/sys/arch/mvme88k/dev/dartreg.h index 10d996a172d..a3087093e71 100644 --- a/sys/arch/mvme88k/dev/dartreg.h +++ b/sys/arch/mvme88k/dev/dartreg.h @@ -37,7 +37,7 @@ /* the access to the same command register must be delayed, because the chip has some hardware problems in this case */ -#define DELAY_CR { volatile register i; for ( i=0; i<250; ++i ); } +#define DELAY_CR { volatile register int i; for ( i=0; i<250; ++i ); } /*********************** MC68681 DEFINITIONS ************************/ #define PORTOFFSET 0x10 /* offset for port b address space */ |