* sim-n-core.h (sim_core_read_unaligned_N): illegal empty
authorFelix Lee <flee@cygnus>
Thu, 13 Nov 1997 18:45:21 +0000 (18:45 +0000)
committerFelix Lee <flee@cygnus>
Thu, 13 Nov 1997 18:45:21 +0000 (18:45 +0000)
initializer.
* sim-types.h (unsigned128,signed128): fix typo for MSVC.

sim/common/ChangeLog
sim/common/sim-n-core.h

index 038e829..53f5e89 100644 (file)
@@ -1,3 +1,9 @@
+1997-11-13  Felix Lee  <flee@cygnus.com>
+
+       * sim-n-core.h (sim_core_read_unaligned_N): illegal empty
+       initializer.
+       * sim-types.h (unsigned128,signed128): fix typo for MSVC.
+
 Wed Nov 12 12:18:08 1997  Doug Evans  <devans@canuck.cygnus.com>
 
        * aclocal.m4 (SIM_AC_OPTION_SCACHE): Fix typo.
index 2a3cac8..58a7b87 100644 (file)
@@ -211,7 +211,7 @@ sim_core_read_unaligned_N(sim_cpu *cpu,
                          XSTRING (sim_core_read_unaligned_N));
        /* to keep some compilers happy, we return a dummy */
        {
-         unsigned_M val[1] = { };
+         unsigned_M val[1] = { };
          return val[0];
        }
       }