PR c++/16597
[deliverable/binutils-gdb.git] / sim / bfin / dv-bfin_cec.c
index 85fe6fcd1a3665910ed961c8aa65a8b5b2062b14..3184f30743edb420cb33ecad87d0d9f7902fff8c 100644 (file)
@@ -1,6 +1,6 @@
 /* Blackfin Core Event Controller (CEC) model.
 
-   Copyright (C) 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2010-2014 Free Software Foundation, Inc.
    Contributed by Analog Devices, Inc.
 
    This file is part of simulators.
@@ -100,7 +100,7 @@ bfin_cec_io_write_buffer (struct hw *me, const void *source,
       /* Read-only register.  */
       break;
     case mmr_offset(ilat):
-      dv_w1c_4 (&cec->ilat, value, 0);
+      dv_w1c_4 (&cec->ilat, value, 0xffee);
       break;
     case mmr_offset(iprio):
       cec->iprio = (value & IVG_UNMASKABLE_B);
This page took 0.02308 seconds and 4 git commands to generate.