diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/bfin/mcpu-bf542.c')
-rw-r--r-- | gcc/testsuite/gcc.target/bfin/mcpu-bf542.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c b/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c index f36b16370b4..199936776dc 100644 --- a/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c +++ b/gcc/testsuite/gcc.target/bfin/mcpu-bf542.c @@ -10,8 +10,8 @@ #error "__ADSPBF54x__ is not defined" #endif -#if __SILICON_REVISION__ != 0x0000 -#error "__SILICON_REVISION__ is not 0x0000" +#if __SILICON_REVISION__ != 0x0001 +#error "__SILICON_REVISION__ is not 0x0001" #endif #ifndef __WORKAROUNDS_ENABLED |